This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 01e4eb1bf34 Upgrade protobuf 3.23.4 01e4eb1bf34 is described below commit 01e4eb1bf345333360c9180961b66d7038a3ea84 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jul 17 14:52:49 2023 +0200 Upgrade protobuf 3.23.4 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 12a9baae4f9..119963cdc76 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -397,7 +397,7 @@ <pooled-jms-version>3.1.0</pooled-jms-version> <properties-maven-plugin-version>1.1.0</properties-maven-plugin-version> <proto-google-common-protos-version>2.21.0</proto-google-common-protos-version> - <protobuf-version>3.23.2</protobuf-version> + <protobuf-version>3.23.4</protobuf-version> <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version> <protonpack-version>1.8</protonpack-version> <protostream-version>4.6.2.Final</protostream-version>