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
commit e5ed4509711c0f117ce9d1e6be59c24938d4bd1d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 28 16:05:46 2022 +0100 Upgrade protobuf 3.19.3 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0ad0346..002b99b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -444,7 +444,7 @@ <picocli-version>4.6.2</picocli-version> <powermock-version>2.0.7</powermock-version> <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version> - <protobuf-version>3.17.3</protobuf-version> + <protobuf-version>3.19.3</protobuf-version> <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version> <protonpack-version>1.8</protonpack-version> <protostream-version>4.4.1.Final</protostream-version>