You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/11 10:01:54 UTC

(camel) branch main updated: Bump protobuf-version from 3.23.4 to 3.25.2 (#12749)

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


The following commit(s) were added to refs/heads/main by this push:
     new 15ef6fb9d3a Bump protobuf-version from 3.23.4 to 3.25.2 (#12749)
15ef6fb9d3a is described below

commit 15ef6fb9d3a2b351e91e8e79492fa3445091d74e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 11 11:01:48 2024 +0100

    Bump protobuf-version from 3.23.4 to 3.25.2 (#12749)
    
    Bumps `protobuf-version` from 3.23.4 to 3.25.2.
    
    Updates `com.google.protobuf:protobuf-java` from 3.23.4 to 3.25.2
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.23.4...v3.25.2)
    
    Updates `com.google.protobuf:protobuf-java-util` from 3.23.4 to 3.25.2
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.protobuf:protobuf-java-util
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b1b94c5d1e6..181264a262f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -384,7 +384,7 @@
         <pooled-jms-version>3.1.5</pooled-jms-version>
         <properties-maven-plugin-version>1.2.1</properties-maven-plugin-version>
         <proto-google-common-protos-version>2.22.0</proto-google-common-protos-version>
-        <protobuf-version>3.23.4</protobuf-version>
+        <protobuf-version>3.25.2</protobuf-version>
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>
         <protostream-version>4.6.5.Final</protostream-version>