Skip to content

Commit b4bfdb8

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.14.1
1 parent ade04b7 commit b4bfdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
api("com.martiansoftware:jsap:2.1")
6363
api("commons-io:commons-io:2.19.0")
6464
java11SourceSet.apiConfigurationName("commons-io:commons-io:2.19.0")
65-
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
65+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.1")
6666
testImplementation("org.junit.jupiter:junit-jupiter-params")
6767
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
6868
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)