Skip to content

Commit

Permalink
fix: bump kubernetes-client to 7.0-SNAPSHOT (#794)
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 eb2c69b commit 86398a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ repositories {
maven {
url "https://packages.jetbrains.team/maven/p/ij/intellij-dependencies"
}
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}

}

group "com.redhat.devtools.intellij"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ intellijCommonVersion=1.9.6
telemetryPluginVersion=1.1.0.52
kotlin.stdlib.default.dependency = false
kotlinVersion=1.6.21
kubernetesClientVersion=6.12.0
kubernetesClientVersion=7.0-SNAPSHOT
fixturesVersion=1.1.18

0 comments on commit 86398a7

Please sign in to comment.