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 5daff85 Update commons-io to 2.20.0 (#227)
5daff85 is described below
commit 5daff85511e01f71136b5a922cb3ee67b10e7077
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 20 01:18:44 2025 +0100
Update commons-io to 2.20.0 (#227)
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 b7f7cf1..cfbca9e 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.19.0" % Test,
+ "commons-io" % "commons-io" % "2.20.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]