Skip to content

Commit da97d9e

Browse files
Update slf4j monorepo to v2.0.17
1 parent 567e0e4 commit da97d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-testing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ repositories {
1919
dependencies {
2020
implementation 'io.kubernetes:client-java:18.0.1'
2121
implementation 'org.awaitility:awaitility:4.2.0'
22-
implementation 'org.slf4j:slf4j-api:2.0.11'
22+
implementation 'org.slf4j:slf4j-api:2.0.17'
2323
implementation 'org.zeroturnaround:zt-exec:1.12'
2424
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
25-
testImplementation 'org.slf4j:slf4j-simple:2.0.11'
25+
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
2626
}
2727

0 commit comments

Comments
 (0)