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 aba8804 Update commons-io to 2.17.0 (#158)
aba8804 is described below
commit aba8804f059eaab18064b6982319f079529ec5a3
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 22 01:26:26 2024 +0100
Update commons-io to 2.17.0 (#158)
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 aa26463..5ace62d 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.19" % "test",
- "commons-io" % "commons-io" % "2.16.1" % Test,
+ "commons-io" % "commons-io" % "2.17.0" % Test,
"org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]