Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent af52eaf commit 2891081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/conventions.gradle.kts
Original file line number Diff line number Diff line change
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.6")
testImplementation("org.slf4j:slf4j-api:2.0.9")
}

spotless {
Expand Down

0 comments on commit 2891081

Please sign in to comment.