Update tinybundles to 4.0.1 (#1800)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2025-03-16 10:52:41 +01:00 committed by GitHub
parent 2e62c50db5
commit 18faec423b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,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" % "4.0.0" % Test
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "4.0.1" % Test
val bndlib = "biz.aQute.bnd" % "biz.aQute.bndlib" % "6.4.1" % Test
val `pax-exam` = "org.ops4j.pax.exam" % "pax-exam" % "4.14.0" % Test
val `pax-exam-cm` = "org.ops4j.pax.exam" % "pax-exam-cm" % "4.14.0" % Test