Skip to content

Commit

Permalink
refactor: bump kubernetes client to 6.12.0 (#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Apr 16, 2024
1 parent 1249359 commit 39ffdb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ runIdeForUiTests {
buildSearchableOptions.enabled = false

dependencies {
implementation 'io.fabric8:knative-client:6.4.1'
implementation 'com.redhat.devtools.intellij:intellij-common:1.9.1'
implementation 'io.fabric8:knative-client:6.12.0'
implementation 'com.redhat.devtools.intellij:intellij-common:1.9.4'
implementation 'com.squareup.okio:okio:3.1.0'
testImplementation 'org.mockito:mockito-inline:4.6.1'
// telemetry contributes annotations 13.0.0, so we need to declare newer version
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation 'com.redhat.devtools.intellij:intellij-common:1.9.1:test'
testImplementation 'com.redhat.devtools.intellij:intellij-common:1.9.4:test'
}

configurations {
Expand Down

0 comments on commit 39ffdb5

Please sign in to comment.