Skip to content

Commit

Permalink
fix: use kubernetes-client 5.7.2 to fix fabric8io/kubernetes-client#3189
Browse files Browse the repository at this point in the history


Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Sep 9, 2021
1 parent 2b1aa52 commit 415728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task integrationTest(type: Test) {
}

dependencies {
compile 'io.fabric8:openshift-client:5.0.2'
compile 'io.fabric8:openshift-client:5.7.2'
compile 'io.fabric8:servicecatalog-client:5.0.2'
compile 'org.apache.commons:commons-compress:1.19'
compile 'org.apache.commons:commons-exec:1.3'
Expand Down

0 comments on commit 415728f

Please sign in to comment.