This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new ce0d173  [SCB-813] Fix the pack-contract-grpc build issue on macOSX 
(#240)
ce0d173 is described below

commit ce0d1733cd874397e0d9bea64811ee6e53269c2e
Author: jeremyxu2010 <jeremyxu2...@gmail.com>
AuthorDate: Tue Aug 7 11:12:20 2018 +0800

    [SCB-813] Fix the pack-contract-grpc build issue on macOSX (#240)
    
    [SCB-813] Fix the pack-contract-grpc build issue on macOSX
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0612291..9c3cd80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <akka.version>2.5.6</akka.version>
     <rat.version>0.12</rat.version>
     <maven.failsafe.version>2.19.1</maven.failsafe.version>
-    <grpc.version>1.11.0</grpc.version>
+    <grpc.version>1.14.0</grpc.version>
     <kryo.version>4.0.1</kryo.version>
     <javax.transaction.version>1.2</javax.transaction.version>
     <eclipse.link.version>2.7.1</eclipse.link.version>

Reply via email to