Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent f79cda2 commit 6f45c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/conventions.gradle.kts
Expand Up @@ -16,7 +16,7 @@ dependencies {
annotationProcessor("com.google.auto.service:auto-service:$autoServiceVersion")
compileOnly("com.google.auto.service:auto-service:$autoServiceVersion")
testImplementation("junit:junit:4.13.2")
testImplementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("org.slf4j:slf4j-api:2.0.12")
}

spotless {
Expand Down

0 comments on commit 6f45c9e

Please sign in to comment.