This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/commons-codec-1.20.0
in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 522779e5b03af68e00159832e79951021b50464e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 8 01:07:25 2025 +0000
Update commons-codec to 1.20.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 51d6bc2b11..9771d98da1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -114,7 +114,7 @@ object Dependencies {
object TestDependencies {
val commonsIo = "commons-io" % "commons-io" % "2.20.0" % Test
- val commonsCodec = "commons-codec" % "commons-codec" % "1.19.0" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.20.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" %
junit6Version % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" %
Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]