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/10/29 09:39:53 UTC

[camel] 01/02: Going back to Gson 2.8.5, Karaf features are broken by 2.8.6

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 d517e3730be06d17a1891317b7715139a8d14654
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 29 10:36:52 2019 +0100

    Going back to Gson 2.8.5, Karaf features are broken by 2.8.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 64f37d1..7fb8a86 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,7 +247,7 @@
         <grpc-netty-tcnative-boringssl-static-version>2.0.26.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-bundle-version>1.23.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>
-        <gson-version>2.8.6</gson-version>
+        <gson-version>2.8.5</gson-version>
         <guice3-version>3.0</guice3-version>
         <guice-bundle-version>3.0_1</guice-bundle-version>
         <hadoop-bundle-version>1.2.1_1</hadoop-bundle-version>