Skip to content

Commit 616cfe3

Browse files
committed
Once again bumped JUnit to match VS Code plugin
More info: microsoft/vscode-java-test#1740
1 parent 406e40a commit 616cfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.+'
21+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.+'
2222
}
2323

2424
compileJava.options.encoding = "UTF-8"

0 commit comments

Comments
 (0)