We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfbcdd commit c96fee6Copy full SHA for c96fee6
project/Dependencies.scala
@@ -136,7 +136,7 @@ object Dependencies {
136
137
val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
138
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "4.0.1" % Test
139
- val bndlib = "biz.aQute.bnd" % "biz.aQute.bndlib" % "6.4.1" % Test
+ val bndlib = "biz.aQute.bnd" % "biz.aQute.bndlib" % "7.2.0" % Test
140
val `pax-exam` = "org.ops4j.pax.exam" % "pax-exam" % "4.14.0" % Test
141
val `pax-exam-cm` = "org.ops4j.pax.exam" % "pax-exam-cm" % "4.14.0" % Test
142
val `pax-exam-container-forked` = "org.ops4j.pax.exam" % "pax-exam-container-forked" % "4.14.0" % Test
0 commit comments