You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/11 05:18:16 UTC

[camel] branch main updated: Upgrade protobuf to 3.19.6 (#8505)

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 cb336a1ed4a Upgrade protobuf to 3.19.6 (#8505)
cb336a1ed4a is described below

commit cb336a1ed4a5ef1674eb04cfc0948d07f70a8821
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Oct 11 01:18:07 2022 -0400

    Upgrade protobuf to 3.19.6 (#8505)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9f2fbb861ff..22e7e9ba579 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -450,7 +450,7 @@
     <powermock-version>2.0.7</powermock-version>
     <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
     <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
-    <protobuf-version>3.19.4</protobuf-version>
+    <protobuf-version>3.19.6</protobuf-version>
     <protonpack-version>1.8</protonpack-version>
     <protostream-version>4.5.0.Final</protostream-version>
     <pubnub-version>4.25.0</pubnub-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e9a2bf2b114..ad9f7e1785f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -436,7 +436,7 @@
         <picocli-version>4.6.3</picocli-version>
         <powermock-version>2.0.7</powermock-version>
         <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
-        <protobuf-version>3.19.4</protobuf-version>
+        <protobuf-version>3.19.6</protobuf-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>
         <protostream-version>4.5.0.Final</protostream-version>