We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015034a commit 58c2f67Copy full SHA for 58c2f67
integration-testing/build.gradle
@@ -19,9 +19,9 @@ repositories {
19
dependencies {
20
implementation 'io.kubernetes:client-java:18.0.1'
21
implementation 'org.awaitility:awaitility:4.2.0'
22
- implementation 'org.slf4j:slf4j-api:2.0.11'
+ implementation 'org.slf4j:slf4j-api:2.0.15'
23
implementation 'org.zeroturnaround:zt-exec:1.12'
24
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
25
- testImplementation 'org.slf4j:slf4j-simple:2.0.11'
+ testImplementation 'org.slf4j:slf4j-simple:2.0.15'
26
}
27
0 commit comments