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 2020/03/02 08:41:46 UTC

[camel-spring-boot] branch master updated (dde391e -> d8d9a20)

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-spring-boot.git.


    from dde391e  Fixed camel-google-pubsub itest
     new 562d3d4  Align dependencies to camel master: Grpc to version 1.27.0
     new d8d9a20  Align dependencies to camel master: Grpc guava version to 28.1-jre

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 01/02: Align dependencies to camel master: Grpc to version 1.27.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-spring-boot.git

commit 562d3d40732c7ffedff250fa7e347ec85c1b46ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 09:35:34 2020 +0100

    Align dependencies to camel master: Grpc to version 1.27.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba06238..6c85c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <google-guava-version>19.0</google-guava-version>
         <groovy-version>2.5.8</groovy-version>
         <grpc-guava-version>26.0-android</grpc-guava-version>
-        <grpc-version>1.24.1</grpc-version>
+        <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         <hibernate-validator-version>6.0.17.Final</hibernate-validator-version>


[camel-spring-boot] 02/02: Align dependencies to camel master: Grpc guava version to 28.1-jre

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-spring-boot.git

commit d8d9a20a6105b4328d8d1dccacf7200f9e6fac7b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 09:36:35 2020 +0100

    Align dependencies to camel master: Grpc guava version to 28.1-jre
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c85c25..e4ef775 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <google-guava-version>19.0</google-guava-version>
         <groovy-version>2.5.8</groovy-version>
-        <grpc-guava-version>26.0-android</grpc-guava-version>
+        <grpc-guava-version>28.1-jre</grpc-guava-version>
         <grpc-version>1.27.0</grpc-version>
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>