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 e42884d45c Update commons-codec to 1.21.0 (#2648)
e42884d45c is described below

commit e42884d45c5121a96f138216f851509edf8792c5
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 31 20:34:40 2026 +0100

    Update commons-codec to 1.21.0 (#2648)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 500d957cca..dff492ef9a 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.20.0" % Test
+      val commonsCodec = "commons-codec" % "commons-codec" % "1.21.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]

Reply via email to