Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commons-io to 2.18 #294

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ object Dependencies {
// Java
val commonsCodec = "1.16.0"
val commonsText = "1.12.0"
val commonsIO = "2.18.0"
val jodaTime = "2.12.7"
val useragent = "1.21"
val uaParser = "1.6.1"
Expand Down Expand Up @@ -109,6 +110,7 @@ object Dependencies {
object Libraries {
val commonsCodec = "commons-codec" % "commons-codec" % V.commonsCodec
val commonsText = "org.apache.commons" % "commons-text" % V.commonsText
val commonsIO = "commons-io" % "commons-io" % V.commonsIO
val jodaTime = "joda-time" % "joda-time" % V.jodaTime
val useragent = "eu.bitwalker" % "UserAgentUtils" % V.useragent
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % V.jackson
Expand Down Expand Up @@ -215,6 +217,7 @@ object Dependencies {
jodaTime,
commonsCodec,
commonsText,
commonsIO,
useragent,
jacksonDatabind,
uaParser,
Expand Down
Loading