Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cab4459

Browse files
Update junit-jupiter to 5.13.4 (#905)
1 parent be6f016 commit cab4459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

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

101-
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.11.4" % "test"
101+
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.13.4" % "test"
102102
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.4" % "test"
103103

104104
// Project settings

0 commit comments

Comments
 (0)