markusthoemmes commented on a change in pull request #2531: Share bookkeeping 
data across controllers
URL: 
https://github.com/apache/incubator-openwhisk/pull/2531#discussion_r138256132
 
 

 ##########
 File path: common/scala/build.gradle
 ##########
 @@ -13,10 +13,12 @@ dependencies {
 
     compile 'io.spray:spray-json_2.11:1.3.3'
 
-    compile 'com.typesafe.akka:akka-actor_2.11:2.4.16'
-    compile 'com.typesafe.akka:akka-slf4j_2.11:2.4.16'
+
+    compile 'com.typesafe.akka:akka-actor_2.11:2.5.3'
+    compile 'com.typesafe.akka:akka-stream_2.11:2.5.3'
+    compile 'com.typesafe.akka:akka-slf4j_2.11:2.4.19'
 
 Review comment:
   Please bump all of akka to a consistent version. Theres also a TestKit in 
the test dependencies to be bumped. Should we bump to 2.5.4 immediatly? (It's 
latest)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to