Skip to content

Commit

Permalink
fix(deps): update slf4j monorepo to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent f0728b0 commit d2419a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("org.slf4j:slf4j-api:2.0.16")
compileOnly("org.jetbrains:annotations:24.0.1")

implementation("com.google.code.gson:gson:2.10.1")
Expand All @@ -20,7 +20,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")

testRuntimeOnly("org.slf4j:slf4j-simple:2.0.7")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.16")
}

java {
Expand Down

0 comments on commit d2419a3

Please sign in to comment.