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