We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade04b7 commit b4bfdb8Copy full SHA for b4bfdb8
build.gradle.kts
@@ -62,7 +62,7 @@ dependencies {
62
api("com.martiansoftware:jsap:2.1")
63
api("commons-io:commons-io:2.19.0")
64
java11SourceSet.apiConfigurationName("commons-io:commons-io:2.19.0")
65
- testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.14.1")
66
testImplementation("org.junit.jupiter:junit-jupiter-params")
67
testImplementation("commons-fileupload:commons-fileupload:1.3.3")
68
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments