You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/05 10:03:20 UTC

[camel] branch master updated (9c7c7ba -> 677dd58)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9c7c7ba  Revert "Upgrade Elasticsearch and related bundle to version 7.3.1"
     new 9f62950  Upgrade Grpc and related bundle to version 1.23.0
     new 677dd58  Upgrade Protobuf to version 3.9.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[camel] 01/02: Upgrade Grpc and related bundle to version 1.23.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9f62950f8066c8083d692d89a7b3e41554c38a62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 5 11:51:22 2019 +0200

    Upgrade Grpc and related bundle to version 1.23.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c3786b7..632af42 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -236,12 +236,12 @@
         <google-mail-guava-version>17.0</google-mail-guava-version>
         <google-truth-version>0.30</google-truth-version>
         <grizzly-websockets-version>2.3.25</grizzly-websockets-version>
-        <grpc-version>1.22.1</grpc-version>
+        <grpc-version>1.23.0</grpc-version>
         <grpc-google-auth-library-version>0.13.0</grpc-google-auth-library-version>
         <grpc-guava-version>26.0-android</grpc-guava-version>
         <grpc-java-jwt-version>3.7.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.25.Final</grpc-netty-tcnative-boringssl-static-version>
-        <grpc-bundle-version>1.22.1_1</grpc-bundle-version>
+        <grpc-bundle-version>1.23.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>
         <gson-version>2.8.5</gson-version>
         <guice3-version>3.0</guice3-version>


[camel] 02/02: Upgrade Protobuf to version 3.9.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 677dd58dde6ba2491f0c04136d781108d9ade9fc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 5 11:58:10 2019 +0200

    Upgrade Protobuf to version 3.9.1
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 632af42..a22a4b2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -517,8 +517,8 @@
         <pgjdbc-driver-version>42.2.6</pgjdbc-driver-version>
         <pgjdbc-ng-driver-version>0.8.2</pgjdbc-ng-driver-version>
         <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
-        <protobuf-version>3.7.1</protobuf-version>
-        <protobuf-guava-version>20.0</protobuf-guava-version>
+        <protobuf-version>3.9.1</protobuf-version>
+        <protobuf-guava-version>26.0-android</protobuf-guava-version>
         <protobuf-javanano-version>3.1.0</protobuf-javanano-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>