Skip to content

Commit aafc28e

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.14.3
1 parent 9826b0a commit aafc28e

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
@@ -61,7 +61,7 @@ java {
6161
dependencies {
6262
api("commons-io:commons-io:2.19.0")
6363
java11SourceSet.apiConfigurationName("commons-io:commons-io:2.19.0")
64-
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
64+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.3")
6565
testImplementation("org.junit.jupiter:junit-jupiter-params")
6666
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
6767
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)