Skip to content

Commit

Permalink
bump kubernetes-client to 6.10.0 (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Mar 21, 2024
1 parent c9630d8 commit 24bbc85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ java {

dependencies {
implementation (
'io.fabric8:kubernetes-client:6.4.1',
'io.fabric8:openshift-client:6.4.1',
'io.fabric8:kubernetes-httpclient-okhttp:6.4.1',
'io.fabric8:kubernetes-client:6.10.0',
'io.fabric8:openshift-client:6.10.0',
'io.fabric8:kubernetes-httpclient-okhttp:6.10.0',
'com.fasterxml.jackson.core:jackson-core:2.16.2', /* IC-2022.1 provides an incompatible version */
'org.apache.commons:commons-exec:1.3',
'org.apache.commons:commons-lang3:3.12.0',
'com.twelvemonkeys.common:common-lang:3.9.4',
Expand All @@ -62,7 +63,8 @@ dependencies {
testImplementation(
'org.assertj:assertj-core:3.17.1',
'org.mockito:mockito-inline:5.2.0',
'org.yaml:snakeyaml:1.33' /* IC-2023.2 provides incompatible 2.0 */
'org.yaml:snakeyaml:2.2' /* IC-2023.2 provides incompatible 2.0 */,
'com.fasterxml.jackson.core:jackson-core:2.16.2' /* IC-2022.1 provides an incompatible version */
)
}

Expand Down

0 comments on commit 24bbc85

Please sign in to comment.