Skip to content

Commit

Permalink
fix(deps): update slf4j monorepo to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 6f74a04 commit 80cb4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distributor-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
val apiGuardian = "1.1.2"
compileOnlyApi("org.apiguardian:apiguardian-api:$apiGuardian")

val slf4j = "2.0.9"
val slf4j = "2.0.12"
api("org.slf4j:slf4j-api:$slf4j")
testRuntimeOnly("org.slf4j:slf4j-simple:$slf4j")

Expand Down
2 changes: 1 addition & 1 deletion distributor-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api("com.zaxxer:HikariCP:5.0.1")
api("com.mysql:mysql-connector-j:8.1.0")
api("com.password4j:password4j:1.7.3")
api("org.slf4j:jul-to-slf4j:2.0.9")
api("org.slf4j:jul-to-slf4j:2.0.12")
testImplementation("org.xerial:sqlite-jdbc:3.43.0.0")
}

Expand Down

0 comments on commit 80cb4ac

Please sign in to comment.