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 f03dc7b commit 0d2ae87Copy full SHA for 0d2ae87
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.13'
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.13'
26
}
27
0 commit comments