Skip to content

Commit

Permalink
Update pax-exam, pax-exam-cm, ... to 4.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Dec 15, 2024
1 parent 5d4e828 commit 627de69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ object Dependencies {
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 bndlib = "biz.aQute.bnd" % "biz.aQute.bndlib" % "6.4.1" % Test
val `pax-exam` = "org.ops4j.pax.exam" % "pax-exam" % "4.13.3" % Test
val `pax-exam-cm` = "org.ops4j.pax.exam" % "pax-exam-cm" % "4.13.3" % Test
val `pax-exam-container-forked` = "org.ops4j.pax.exam" % "pax-exam-container-forked" % "4.13.3" % Test
val `pax-exam` = "org.ops4j.pax.exam" % "pax-exam" % "4.13.5" % Test
val `pax-exam-cm` = "org.ops4j.pax.exam" % "pax-exam-cm" % "4.13.5" % Test
val `pax-exam-container-forked` = "org.ops4j.pax.exam" % "pax-exam-container-forked" % "4.13.5" % Test

// in-memory filesystem for file related tests
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
Expand Down

0 comments on commit 627de69

Please sign in to comment.