Skip to content

Commit 14b428a

Browse files
Update junit-jupiter to 5.14.4 (#969)
1 parent b2fbe5c commit 14b428a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ val buildSettings = Seq[Setting[?]](
9696
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
9797
)
9898

99-
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % "test"
99+
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.4" % "test"
100100
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.1" % "test"
101101

102102
// Project settings

0 commit comments

Comments
 (0)