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 0792382690 Update commons-codec to 1.22.1 (#3402)
0792382690 is described below
commit 0792382690e84557c79b16f0dbe658bf6d813432
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 30 17:24:30 2026 +0200
Update commons-codec to 1.22.1 (#3402)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index edce785626..6aa6c6d764 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -119,7 +119,7 @@ object Dependencies {
object TestDependencies {
val commonsIo = "commons-io" % "commons-io" % "2.22.0" % Test
- val commonsCodec = "commons-codec" % "commons-codec" % "1.22.0" % Test
+ val commonsCodec = "commons-codec" % "commons-codec" % "1.22.1" % 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]