We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8877c90 commit 60f8be6Copy full SHA for 60f8be6
build.gradle
@@ -12,6 +12,7 @@ plugins {
12
repositories {
13
mavenLocal()
14
mavenCentral()
15
+ maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
16
}
17
18
apply plugin: 'idea'
@@ -38,9 +39,9 @@ java {
38
39
40
dependencies {
41
implementation (
- 'io.fabric8:kubernetes-client:6.12.0',
42
- 'io.fabric8:openshift-client:6.12.0',
43
- 'io.fabric8:kubernetes-httpclient-okhttp:6.12.0',
+ 'io.fabric8:kubernetes-client:7.0-SNAPSHOT',
+ 'io.fabric8:openshift-client:7.0-SNAPSHOT',
44
+ 'io.fabric8:kubernetes-httpclient-okhttp:7.0-SNAPSHOT',
45
'com.fasterxml.jackson.core:jackson-core:2.17.0', /* IC-2022.3 ships 2.16.0 */
46
'org.apache.commons:commons-exec:1.3',
47
'org.apache.commons:commons-lang3:3.12.0',
0 commit comments