Skip to content

Commit 02ca81c

Browse files
junit-jupiter 1.21.4 (was 1.21.3) (#520)
1 parent 9f12d3a commit 02ca81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object Dependencies {
4040
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
4141
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
4242
"net.aichler" % "jupiter-interface" % jupiterVersion.value % Test,
43-
"org.testcontainers" % "junit-jupiter" % "1.21.3" % Test,
43+
"org.testcontainers" % "junit-jupiter" % "1.21.4" % Test,
4444
"org.assertj" % "assertj-core" % "3.27.6" % Test
4545
)
4646

0 commit comments

Comments
 (0)