File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments