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/05/25 05:30:40 UTC

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

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 9dcbf7c988c137c8431feacaa31e95784e6658b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 25 07:13:40 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d3906ee..b6567a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -222,7 +222,7 @@
         <grpc-java-jwt-version>3.7.0</grpc-java-jwt-version>
         <grpc-netty-tcnative-boringssl-static-version>2.0.28.Final</grpc-netty-tcnative-boringssl-static-version>
         <!-- 2.8.6 is broken in OSGi -->
-        <gson-version>2.8.5</gson-version>
+        <gson-version>2.8.7</gson-version>
         <guava-eventbus-version>28.2-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>
         <hadoop2-version>2.10.0</hadoop2-version>