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 8a98e86 Update commons-io to 2.16.1 (#118)
8a98e86 is described below
commit 8a98e861840c38fffe6beb313d4c39f9f3efa078
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 14 12:23:03 2024 +0200
Update commons-io to 2.16.1 (#118)
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 7db4560..6a996a2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -58,7 +58,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-testkit" % PekkoCoreDependency.version % Test,
"org.apache.pekko" %% "pekko-stream-testkit" % PekkoCoreDependency.version %
Test,
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
- "commons-io" % "commons-io" % "2.16.0" % Test,
+ "commons-io" % "commons-io" % "2.16.1" % Test,
"org.hdrhistogram" % "HdrHistogram" % "2.1.12" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]