Skip to content

Commit 0b0ee35

Browse files
authored
Update junit-vintage-engine to 5.14.4 (#973)
Aligns junit-vintage with the junit-jupiter 5.14.4 update merged in #969. Supersedes #970 (had merge conflict against main).
1 parent 2a134c3 commit 0b0ee35

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
@@ -97,7 +97,7 @@ val buildSettings = Seq[Setting[?]](
9797
)
9898

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

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

0 commit comments

Comments
 (0)