You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/11 05:28:38 UTC

[GitHub] markusthoemmes commented on a change in pull request #2726: Use latest version of Akka HTTP

markusthoemmes commented on a change in pull request #2726: Use latest version of Akka HTTP
URL: https://github.com/apache/incubator-openwhisk/pull/2726#discussion_r137982343
 
 

 ##########
 File path: common/scala/build.gradle
 ##########
 @@ -15,7 +15,7 @@ dependencies {
 
     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-http-core_2.11:10.0.9'
+    compile 'com.typesafe.akka:akka-http-core_2.11:10.0.10'
     compile 'com.typesafe.akka:akka-http-spray-json_2.11:10.0.2'
 
 Review comment:
   Please update this related module as well. One should keep all akka deps on the same version to prevent version mismatches.
   
   I got an open pr, which will facilitate this throughout the codebase: #2627 
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services