Skip to content

Commit

Permalink
fix: bump knative- and openshift-client to 7.0-SNAPSHOT (redhat-devel…
Browse files Browse the repository at this point in the history
…oper#257)

Signed-off-by: Andre Dietisheim <adietish@redhat.com>
  • Loading branch information
adietish committed Oct 8, 2024
1 parent 7869f9e commit be22487
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {
mavenCentral()
mavenLocal()
maven { url 'https://repository.jboss.org' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

def versionsMap = ['IU-2022.3':'223.7571.175', 'IU-2023.1':'231.8109.91', 'IU-2023.2':'232.8660.158', 'IU-2023.3':'233.11799.7', 'IU-2024.1':'241.14494.19']
Expand Down Expand Up @@ -49,8 +50,8 @@ runIdeForUiTests {
buildSearchableOptions.enabled = false

dependencies {
implementation 'io.fabric8:knative-client:6.12.0'
implementation 'io.fabric8:openshift-client:6.12.0'
implementation 'io.fabric8:knative-client:7.0-SNAPSHOT'
implementation 'io.fabric8:openshift-client:7.0-SNAPSHOT'
implementation 'com.redhat.devtools.intellij:intellij-common:1.9.5'
testImplementation 'org.mockito:mockito-inline:4.6.1'
// telemetry contributes annotations 13.0.0, so we need to declare newer version
Expand Down

0 comments on commit be22487

Please sign in to comment.