From commits-return-6337-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Tue Dec 4 04:45:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 97835180645 for ; Tue, 4 Dec 2018 04:45:00 +0100 (CET) Received: (qmail 62318 invoked by uid 500); 4 Dec 2018 03:44:59 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 62309 invoked by uid 99); 4 Dec 2018 03:44:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2018 03:44:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3151180612; Tue, 4 Dec 2018 03:44:59 +0000 (UTC) Date: Tue, 04 Dec 2018 03:44:58 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk] branch master updated: Update to cosmosdb sdk 2.3.0 (#4147) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154389509859.25949.11706981973288350851@gitbox.apache.org> From: chetanm@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cbf05847c0f9d1658e9e2dc5de5eed2cd540fbb4 X-Git-Newrev: 056b5af2e2edefc1ff2b9b182e81c3c3ee9e1da3 X-Git-Rev: 056b5af2e2edefc1ff2b9b182e81c3c3ee9e1da3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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'