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 Feb 6, 2024
1 parent a04574f commit 1c397b6
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 1c397b6

Please sign in to comment.