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 9f12d3a commit 02ca81cCopy full SHA for 02ca81c
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
41
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
42
"net.aichler" % "jupiter-interface" % jupiterVersion.value % Test,
43
- "org.testcontainers" % "junit-jupiter" % "1.21.3" % Test,
+ "org.testcontainers" % "junit-jupiter" % "1.21.4" % Test,
44
"org.assertj" % "assertj-core" % "3.27.6" % Test
45
)
46
0 commit comments