This is an automated email from the ASF dual-hosted git repository.

chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new b05b7ff  Update k8s client to 4.4.0 from 4.0.3 (#4606)
b05b7ff is described below

commit b05b7ff21c414aac31a325c68ae522e5c8a17dd6
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Fri Sep 6 03:45:52 2019 -0700

    Update k8s client to 4.4.0 from 4.0.3 (#4606)
    
    With this the minimum supported k8s version would be 1.9.0
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index f59bedd..e8bbef9 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -59,7 +59,7 @@ dependencies {
     compile ('com.fasterxml.uuid:java-uuid-generator:3.1.3')
     compile 'com.github.ben-manes.caffeine:caffeine:2.6.2'
     compile 'com.google.code.findbugs:jsr305:3.0.2'
-    compile 'io.fabric8:kubernetes-client:4.0.3'
+    compile 'io.fabric8:kubernetes-client:4.4.2'
     compile ('io.kamon:kamon-core_2.12:1.1.3') {
         exclude group: 'com.lihaoyi'
     }

Reply via email to