You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ch...@apache.org on 2018/12/04 03:44:58 UTC

[incubator-openwhisk] branch master updated: Update to cosmosdb sdk 2.3.0 (#4147)

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


The following commit(s) were added to refs/heads/master by this push:
     new 056b5af  Update to cosmosdb sdk 2.3.0 (#4147)
056b5af is described below

commit 056b5af2e2edefc1ff2b9b182e81c3c3ee9e1da3
Author: tysonnorris <ty...@gmail.com>
AuthorDate: Mon Dec 3 19:44:51 2018 -0800

    Update to cosmosdb sdk 2.3.0 (#4147)
---
 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 2e333c5..f0d8fd7 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -80,7 +80,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.1.0'
+    compile 'com.microsoft.azure:azure-cosmosdb:2.3.0'
 
     compile ('com.lightbend.akka:akka-stream-alpakka-s3_2.12:0.19') {
         exclude group: 'commons-logging'