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 d2bc2c84d8 Update commons-io to 2.22.0 (#2892)
d2bc2c84d8 is described below

commit d2bc2c84d8cafd536b3c7fdd8a22271e3a49e1d5
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 20:55:12 2026 +0200

    Update commons-io to 2.22.0 (#2892)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e4df766c6b..f9a81fc9f0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -117,7 +117,7 @@ object Dependencies {
     }
 
     object TestDependencies {
-      val commonsIo = "commons-io" % "commons-io" % "2.21.0" % Test
+      val commonsIo = "commons-io" % "commons-io" % "2.22.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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to