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 2021/08/24 06:01:18 UTC

[camel] branch main updated (5834624 -> 7942142)

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

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


    from 5834624  Sync deps
     new fe34ba6  Upgrade Gson to version 2.8.8
     new 7942142  Sync deps

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:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel] 02/02: Sync deps

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

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

commit 794214224d73979ed60286be75eade7405fa4acb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 24 07:55:55 2021 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 76f9a8a..896566a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -238,7 +238,7 @@
     <grpc-java-jwt-version>3.16.0</grpc-java-jwt-version>
     <grpc-netty-tcnative-boringssl-static-version>2.0.39.Final</grpc-netty-tcnative-boringssl-static-version>
     <grpc-version>1.38.0</grpc-version>
-    <gson-version>2.8.7</gson-version>
+    <gson-version>2.8.8</gson-version>
     <guava-eventbus-version>28.2-jre</guava-eventbus-version>
     <guice3-version>3.0</guice3-version>
     <hadoop3-guava-version>29.0-jre</hadoop3-guava-version>

[camel] 01/02: Upgrade Gson to version 2.8.8

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

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

commit fe34ba671154e161801403cae9aabd1bc2cc0df4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 24 07:48:21 2021 +0200

    Upgrade Gson to version 2.8.8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e227cf9..d453b75 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -217,7 +217,7 @@
         <grpc-guava-version>28.2-jre</grpc-guava-version>
         <grpc-java-jwt-version>3.16.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.39.Final</grpc-netty-tcnative-boringssl-static-version>
-        <gson-version>2.8.7</gson-version>
+        <gson-version>2.8.8</gson-version>
         <guava-eventbus-version>28.2-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>
         <hadoop3-version>3.3.1</hadoop3-version>