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 963c57a482 Update commons-io to 2.19.0 (#1815)
963c57a482 is described below

commit 963c57a4822fbe82554cf6e4aac2b7f2df1f0093
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 13 11:09:56 2025 +0200

    Update commons-io to 2.19.0 (#1815)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ddad8b07a2..414aed0102 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -121,7 +121,7 @@ object Dependencies {
     }
 
     object TestDependencies {
-      val commonsIo = "commons-io" % "commons-io" % "2.18.0" % Test
+      val commonsIo = "commons-io" % "commons-io" % "2.19.0" % Test
       val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" % Test
       val junit = "junit" % "junit" % junitVersion % Test
       val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % 
junit5Version % Test


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

Reply via email to