Skip to content

Commit 398688d

Browse files
committed
Update junit-vintage-engine to 5.14.0
1 parent 918a396 commit 398688d

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
@@ -99,7 +99,7 @@ val buildSettings = Seq[Setting[?]](
9999
)
100100

101101
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.13.4" % "test"
102-
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.4" % "test"
102+
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.0" % "test"
103103

104104
// Project settings
105105
lazy val root = Project(id = "msgpack-java", base = file("."))

0 commit comments

Comments
 (0)