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 4c59ae470211e498261f2bac712d33a208ac008e Author: Andrea Cosentino <[email protected]> AuthorDate: Mon May 9 11:48:58 2022 +0200 Upgrade Netty Boring SSL to version 2.0.52.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 4e2c81d68d8..7bbeefcee19 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -219,7 +219,7 @@ <grpc-google-auth-library-version>1.5.3</grpc-google-auth-library-version> <grpc-guava-version>28.2-jre</grpc-guava-version> <grpc-java-jwt-version>3.18.3</grpc-java-jwt-version> - <grpc-netty-tcnative-boringssl-static-version>2.0.51.Final</grpc-netty-tcnative-boringssl-static-version> + <grpc-netty-tcnative-boringssl-static-version>2.0.52.Final</grpc-netty-tcnative-boringssl-static-version> <gson-version>2.8.9</gson-version> <guava-eventbus-version>28.2-jre</guava-eventbus-version> <guice3-version>3.0</guice3-version>
