Skip to content

Commit

Permalink
fix: bump kubernetes-client to 7.0-SNAPSHOT (redhat-developer#921)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Oct 8, 2024
1 parent 90bf911 commit 7546bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ repositories {
maven { url 'https://www.jetbrains.com/intellij-repository/snapshots' }
maven { url 'https://www.jetbrains.com/intellij-repository/releases' }
maven { url 'https://cache-redirector.jetbrains.com/intellij-dependencies' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

configurations {
Expand Down Expand Up @@ -169,7 +170,7 @@ tasks.register('copyKey', Copy) {

dependencies {
implementation(
'io.fabric8:openshift-client:6.12.0',
'io.fabric8:openshift-client:7.0-SNAPSHOT',
'org.apache.commons:commons-compress:1.26.2',
'org.apache.commons:commons-exec:1.4.0',
'com.redhat.devtools.intellij:intellij-common:1.9.6',
Expand Down

0 comments on commit 7546bfb

Please sign in to comment.