We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00ddb1 commit cc646b8Copy full SHA for cc646b8
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
40
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
41
testImplementation 'com.sparkjava:spark-core:2.9.4'
42
- testImplementation "org.slf4j:slf4j-api:2.0.16"
+ testImplementation "org.slf4j:slf4j-api:2.0.17"
43
44
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
45
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:$junitVersion"
0 commit comments