Skip to content

Commit 24bbc85

Browse files
committed
bump kubernetes-client to 6.10.0 (#210)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent c9630d8 commit 24bbc85

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ java {
5151

5252
dependencies {
5353
implementation (
54-
'io.fabric8:kubernetes-client:6.4.1',
55-
'io.fabric8:openshift-client:6.4.1',
56-
'io.fabric8:kubernetes-httpclient-okhttp:6.4.1',
54+
'io.fabric8:kubernetes-client:6.10.0',
55+
'io.fabric8:openshift-client:6.10.0',
56+
'io.fabric8:kubernetes-httpclient-okhttp:6.10.0',
57+
'com.fasterxml.jackson.core:jackson-core:2.16.2', /* IC-2022.1 provides an incompatible version */
5758
'org.apache.commons:commons-exec:1.3',
5859
'org.apache.commons:commons-lang3:3.12.0',
5960
'com.twelvemonkeys.common:common-lang:3.9.4',
@@ -62,7 +63,8 @@ dependencies {
6263
testImplementation(
6364
'org.assertj:assertj-core:3.17.1',
6465
'org.mockito:mockito-inline:5.2.0',
65-
'org.yaml:snakeyaml:1.33' /* IC-2023.2 provides incompatible 2.0 */
66+
'org.yaml:snakeyaml:2.2' /* IC-2023.2 provides incompatible 2.0 */,
67+
'com.fasterxml.jackson.core:jackson-core:2.16.2' /* IC-2022.1 provides an incompatible version */
6668
)
6769
}
6870

0 commit comments

Comments
 (0)