Skip to content

Commit 3ea2b38

Browse files
committed
Update commons-codec to 1.21.0
1 parent 6e7c749 commit 3ea2b38

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

appsv/model/lock.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Compile / dependencyOverrides ++= {
2020
"com.sun.activation" % "jakarta.activation" % "1.2.1",
2121
"com.sun.mail" % "jakarta.mail" % "1.6.7",
2222
"commons-beanutils" % "commons-beanutils" % "1.11.0",
23-
"commons-codec" % "commons-codec" % "1.20.0",
23+
"commons-codec" % "commons-codec" % "1.21.0",
2424
"commons-collections" % "commons-collections" % "3.2.2",
2525
"commons-digester" % "commons-digester" % "2.1",
2626
"commons-io" % "commons-io" % "2.20.0",

appsv/rdb/lock.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Compile / dependencyOverrides ++= {
2020
"com.sun.activation" % "jakarta.activation" % "1.2.1",
2121
"com.sun.mail" % "jakarta.mail" % "1.6.7",
2222
"commons-beanutils" % "commons-beanutils" % "1.11.0",
23-
"commons-codec" % "commons-codec" % "1.20.0",
23+
"commons-codec" % "commons-codec" % "1.21.0",
2424
"commons-collections" % "commons-collections" % "3.2.2",
2525
"commons-digester" % "commons-digester" % "2.1",
2626
"commons-io" % "commons-io" % "2.20.0",

lock.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Compile / dependencyOverrides ++= {
7979
"com.typesafe.play" % "twirl-api_2.13" % "1.6.10",
8080
"com.zaxxer" % "HikariCP" % "6.3.0",
8181
"commons-beanutils" % "commons-beanutils" % "1.11.0",
82-
"commons-codec" % "commons-codec" % "1.20.0",
82+
"commons-codec" % "commons-codec" % "1.21.0",
8383
"commons-collections" % "commons-collections" % "3.2.2",
8484
"commons-digester" % "commons-digester" % "2.1",
8585
"commons-io" % "commons-io" % "2.20.0",

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object Dependencies {
8181
val rediscala = "com.github.etaty" %% "rediscala" % "1.9.0"
8282

8383
// See: https://commons.apache.org/proper/commons-codec/changes.html
84-
val apacheCommonsCodec = "commons-codec" % "commons-codec" % "1.20.0"
84+
val apacheCommonsCodec = "commons-codec" % "commons-codec" % "1.21.0"
8585

8686
// See: https://commons.apache.org/proper/commons-validator/changes-report.html
8787
val apacheCommonsValidator = "commons-validator" % "commons-validator" % "1.10.1"

0 commit comments

Comments
 (0)