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 2e428e4 + 1ce515b commit e12aec3Copy full SHA for e12aec3
lib/build.gradle
@@ -22,7 +22,7 @@ for (glue in NEEDS_GLUE) {
22
}
23
24
dependencies {
25
- compileOnly 'org.slf4j:slf4j-api:1.7.35'
+ compileOnly 'org.slf4j:slf4j-api:1.7.36'
26
// zero runtime reqs is a hard requirements for spotless-lib
27
// if you need a dep, put it in lib-extra
28
testImplementation "org.junit.jupiter:junit-jupiter:$VER_JUNIT"
0 commit comments