Skip to content

Commit 60f8be6

Browse files
committed
fix: bump kubernetes- and openshift-client to 7.0-SNAPSHOT (#247)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 8877c90 commit 60f8be6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins {
1212
repositories {
1313
mavenLocal()
1414
mavenCentral()
15+
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
1516
}
1617

1718
apply plugin: 'idea'
@@ -38,9 +39,9 @@ java {
3839

3940
dependencies {
4041
implementation (
41-
'io.fabric8:kubernetes-client:6.12.0',
42-
'io.fabric8:openshift-client:6.12.0',
43-
'io.fabric8:kubernetes-httpclient-okhttp:6.12.0',
42+
'io.fabric8:kubernetes-client:7.0-SNAPSHOT',
43+
'io.fabric8:openshift-client:7.0-SNAPSHOT',
44+
'io.fabric8:kubernetes-httpclient-okhttp:7.0-SNAPSHOT',
4445
'com.fasterxml.jackson.core:jackson-core:2.17.0', /* IC-2022.3 ships 2.16.0 */
4546
'org.apache.commons:commons-exec:1.3',
4647
'org.apache.commons:commons-lang3:3.12.0',

0 commit comments

Comments
 (0)