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-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 53386f8  Update commons-io to 2.21.0 (#246)
53386f8 is described below

commit 53386f82a4caf23a7fdcc0ff322b645d5df3d575
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 9 01:28:56 2025 +0100

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

diff --git a/build.sbt b/build.sbt
index 9f83450..7030225 100644
--- a/build.sbt
+++ b/build.sbt
@@ -48,7 +48,7 @@ lazy val root = Project(
       "com.amazonaws" % "aws-java-sdk-dynamodb" % amzVersion,
       "javax.xml.bind" % "jaxb-api" % "2.3.1", // see 
https://github.com/seek-oss/gradle-aws-plugin/issues/15
       "org.scalatest" %% "scalatest" % "3.2.19" % "test",
-      "commons-io" % "commons-io" % "2.20.0" % Test,
+      "commons-io" % "commons-io" % "2.21.0" % Test,
       "org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test,
       "com.dimafeng" %% "testcontainers-scala-scalatest" % 
testcontainersScalaVersion % Test),
     scalacOptions ++= Seq("-deprecation", "-feature"),


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

Reply via email to