This is an automated email from the ASF dual-hosted git repository.
He-Pin 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 d2c284e8d8 Update commons-codec to 1.22.0 (#2909)
d2c284e8d8 is described below
commit d2c284e8d8f3dc8eaf152b5143f70a1501df0b1f
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 25 21:55:13 2026 +0200
Update commons-codec to 1.22.0 (#2909)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5523917d3f..f5a37a72b5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -118,7 +118,7 @@ object Dependencies {
object TestDependencies {
val commonsIo = "commons-io" % "commons-io" % "2.22.0" % Test
- val commonsCodec = "commons-codec" % "commons-codec" % "1.21.0" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.22.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit6 = "org.junit.jupiter" % "junit-jupiter-engine" %
junit6Version % Test
val junitPlatformLauncher = "org.junit.platform" %
"junit-platform-launcher" % junit6Version % Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]