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.git
The following commit(s) were added to refs/heads/main by this push:
new 6a249a9582 Update jimfs to 1.3.2 (#3451)
6a249a9582 is described below
commit 6a249a9582b75ac833769f76507adbb5926c0930
Author: Scala Steward <[email protected]>
AuthorDate: Wed Aug 19 19:24:59 2026 +0200
Update jimfs to 1.3.2 (#3451)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e9bebf2d87..79c385bad6 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.1" % Test
+ val jimfs = "com.google.jimfs" % "jimfs" % "1.3.2" % Test
val dockerClientVersion = "3.7.1"
val dockerClient = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]