Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 0561104 commit 3fd39a7
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.13")
testImplementation("org.slf4j:slf4j-api:2.0.16")
}

spotless {
Expand Down

0 comments on commit 3fd39a7

Please sign in to comment.