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/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 87dc693  Update CosmosDB SDK to v2.5.0 (#4631)
87dc693 is described below

commit 87dc693de674b4396a35dd873c186efa138c5bb4
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Fri Sep 20 21:16:44 2019 +0530

    Update CosmosDB SDK to v2.5.0 (#4631)
---
 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 e8bbef9..cc0881e 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -83,7 +83,7 @@ dependencies {
 
     compile 'io.reactivex:rxscala_2.12:0.26.5'
     compile 'io.reactivex:rxjava-reactive-streams:1.2.1'
-    compile ('com.microsoft.azure:azure-cosmosdb:2.4.2')
+    compile ('com.microsoft.azure:azure-cosmosdb:2.5.0')
 
     compile ('com.lightbend.akka:akka-stream-alpakka-s3_2.12:1.0.1') {
         exclude group: 'org.apache.httpcomponents' //Not used as alpakka uses 
akka-http

Reply via email to