This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 845ad5f4c9 Update commons-codec to 1.20.0 (#2623)
845ad5f4c9 is described below
commit 845ad5f4c9578ab54a2c9bf30e098bc0c826e3ba
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jan 13 21:04:47 2026 +0100
Update commons-codec to 1.20.0 (#2623)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6a77b33bd2..6a99f788f4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -115,7 +115,7 @@ object Dependencies {
object TestDependencies {
val commonsIo = "commons-io" % "commons-io" % "2.21.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]