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.
2 parents 24b8d3a + a5332a6 commit cec88e2Copy full SHA for cec88e2
lib/build.gradle
@@ -24,7 +24,7 @@ for (glue in NEEDS_GLUE) {
24
}
25
26
dependencies {
27
- compileOnly 'org.slf4j:slf4j-api:1.7.36'
+ compileOnly 'org.slf4j:slf4j-api:2.0.0'
28
// zero runtime reqs is a hard requirements for spotless-lib
29
// if you need a dep, put it in lib-extra
30
testImplementation "org.junit.jupiter:junit-jupiter:$VER_JUNIT"
@@ -33,7 +33,7 @@ dependencies {
33
34
// used for pom sorting
35
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.0.0'
36
- sortPomCompileOnly 'org.slf4j:slf4j-api:1.7.35'
+ sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0'
37
38
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
39
0 commit comments