Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 49690d1

Browse files
authored
refactor: bump openshift-client 6.12.0 (#758) (#759)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent ce0f214 commit 49690d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ intellij {
3939
'com.intellij.css',
4040
'yaml',
4141
'com.redhat.devtools.intellij.telemetry:1.1.0.52',
42-
'com.redhat.devtools.intellij.kubernetes:1.2.3.294'
42+
'com.redhat.devtools.intellij.kubernetes:1.3.0'
4343
]
4444
updateSinceUntilBuild = false
4545
}
@@ -137,10 +137,10 @@ tasks.register('copyKey', Copy) {
137137

138138
dependencies {
139139
implementation(
140-
'io.fabric8:openshift-client:6.4.1',
140+
'io.fabric8:openshift-client:6.12.0',
141141
'org.apache.commons:commons-compress:1.26.1',
142142
'org.apache.commons:commons-exec:1.4.0',
143-
'com.redhat.devtools.intellij:intellij-common:1.9.4-SNAPSHOT',
143+
'com.redhat.devtools.intellij:intellij-common:1.9.5',
144144
'io.jsonwebtoken:jjwt-impl:0.12.5',
145145
'io.jsonwebtoken:jjwt-jackson:0.12.5',
146146
'org.keycloak:keycloak-installed-adapter:24.0.2',
@@ -150,7 +150,7 @@ dependencies {
150150
'org.junit.platform:junit-platform-launcher:1.10.2',
151151
'org.mockito:mockito-core:5.11.0',
152152
'org.easytesting:fest-assert:1.4',
153-
'com.redhat.devtools.intellij:intellij-common:1.9.4-SNAPSHOT:test',
153+
'com.redhat.devtools.intellij:intellij-common:1.9.5-SNAPSHOT:test',
154154
'org.awaitility:awaitility:4.2.1',
155155
'org.mock-server:mockserver-client-java:5.15.0',
156156
'org.mock-server:mockserver-netty:5.15.0',

0 commit comments

Comments
 (0)