Skip to content

Commit

Permalink
fix: bump kubernetes- and openshift-client to 7.0-SNAPSHOT (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Oct 8, 2024
1 parent 8877c90 commit 60f8be6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

apply plugin: 'idea'
Expand All @@ -38,9 +39,9 @@ java {

dependencies {
implementation (
'io.fabric8:kubernetes-client:6.12.0',
'io.fabric8:openshift-client:6.12.0',
'io.fabric8:kubernetes-httpclient-okhttp:6.12.0',
'io.fabric8:kubernetes-client:7.0-SNAPSHOT',
'io.fabric8:openshift-client:7.0-SNAPSHOT',
'io.fabric8:kubernetes-httpclient-okhttp:7.0-SNAPSHOT',
'com.fasterxml.jackson.core:jackson-core:2.17.0', /* IC-2022.3 ships 2.16.0 */
'org.apache.commons:commons-exec:1.3',
'org.apache.commons:commons-lang3:3.12.0',
Expand Down

0 comments on commit 60f8be6

Please sign in to comment.