Skip to content

Commit cec88e2

Browse files
authored
Bump slf4j-api from 1.7.36 to 2.0.0 (#1285)
2 parents 24b8d3a + a5332a6 commit cec88e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for (glue in NEEDS_GLUE) {
2424
}
2525

2626
dependencies {
27-
compileOnly 'org.slf4j:slf4j-api:1.7.36'
27+
compileOnly 'org.slf4j:slf4j-api:2.0.0'
2828
// zero runtime reqs is a hard requirements for spotless-lib
2929
// if you need a dep, put it in lib-extra
3030
testImplementation "org.junit.jupiter:junit-jupiter:$VER_JUNIT"
@@ -33,7 +33,7 @@ dependencies {
3333

3434
// used for pom sorting
3535
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.0.0'
36-
sortPomCompileOnly 'org.slf4j:slf4j-api:1.7.35'
36+
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0'
3737

3838
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0'
3939

0 commit comments

Comments
 (0)