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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f77ffc  use latest mesos-actor  (#4173)
5f77ffc is described below

commit 5f77ffcd64960dd0a7db6f32748a56ad259a04ed
Author: tysonnorris <[email protected]>
AuthorDate: Mon Dec 17 12:27:13 2018 -0800

    use latest mesos-actor  (#4173)
    
    * use latest mesos-actor (includes better heartbeat handling and more 
defensive task matching code)
---
 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 14d4d08..d7b8497 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -67,7 +67,7 @@ dependencies {
     compile 'io.kamon:kamon-core_2.12:0.6.7'
     compile 'io.kamon:kamon-statsd_2.12:0.6.7'
     //for mesos
-    compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.15'
+    compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.17'
 
     //tracing support
     compile 'io.opentracing:opentracing-api:0.31.0'

Reply via email to