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 <anco...@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>