From 4190f7447e79bbf291ad4db586ee45f3bc8a8ec6 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:04:32 +0000 Subject: [PATCH] Update tinybundles to 4.0.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ae77aa5bf0..cf5a957653 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -145,7 +145,7 @@ object Dependencies { val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test - val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test + val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "4.0.0" % Test // in-memory filesystem for file related tests val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test