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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e961d15b Update jimfs to 1.3.2 (#1844)
8e961d15b is described below

commit 8e961d15b64b83630078a8781d3b8257955ac899
Author: Scala Steward <[email protected]>
AuthorDate: Wed Aug 19 19:52:39 2026 +0200

    Update jimfs to 1.3.2 (#1844)
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 690302d43..c23405684 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -200,7 +200,7 @@ object Dependencies {
 
   val File = Seq(
     libraryDependencies ++= Seq(
-      "com.google.jimfs" % "jimfs" % "1.3.1" % Test))
+      "com.google.jimfs" % "jimfs" % "1.3.2" % Test))
 
   val avro4sVersion: Def.Initialize[String] = Def.setting {
     if (Common.isScala3.value) "5.0.15" else "4.1.2"
@@ -455,7 +455,7 @@ object Dependencies {
       "org.apache.pekko" %% "pekko-http-xml" % PekkoHttpVersion,
       "software.amazon.awssdk" % "auth" % AwsSdk2Version,
       // in-memory filesystem for file related tests
-      "com.google.jimfs" % "jimfs" % "1.3.1" % Test,
+      "com.google.jimfs" % "jimfs" % "1.3.2" % Test,
       "org.apache.commons" % "commons-lang3" % "3.20.0" % Test,
       "org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
       "org.scalatestplus" %% scalaTestScalaCheckArtifact % 
scalaTestScalaCheckVersion % Test) ++


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to