This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 ffa90b4 Update commons-io to 2.22.0 (#293)
ffa90b4 is described below
commit ffa90b435f8b4f4c0c1dd09103b4bbbb104692f6
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 17:33:05 2026 +0200
Update commons-io to 2.22.0 (#293)
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 5679df7..a671ad1 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.20" % "test",
- "commons-io" % "commons-io" % "2.21.0" % Test,
+ "commons-io" % "commons-io" % "2.22.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]