This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/jimfs-1.3.1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit bee5b1d89c77b83d0a41bc354262d1465c64925b Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sat Jul 12 17:10:36 2025 +0000 Update jimfs to 1.3.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a86b7c8a78..f2f2030544 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -149,7 +149,7 @@ object Dependencies { val `pax-exam-container-forked` = "org.ops4j.pax.exam" % "pax-exam-container-forked" % "4.14.0" % Test // in-memory filesystem for file related tests - val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test + val jimfs = "com.google.jimfs" % "jimfs" % "1.3.1" % Test val dockerClientVersion = "3.5.3" val dockerClient = Seq( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org