Skip to content

Commit

Permalink
Update slf4j monorepo to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent ee031b5 commit 2c99cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ repositories {
dependencies {
implementation 'io.kubernetes:client-java:18.0.1'
implementation 'org.awaitility:awaitility:4.2.0'
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'org.slf4j:slf4j-api:2.0.14'
implementation 'org.zeroturnaround:zt-exec:1.12'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.slf4j:slf4j-simple:2.0.11'
testImplementation 'org.slf4j:slf4j-simple:2.0.14'
}

0 comments on commit 2c99cd7

Please sign in to comment.