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 3060668387f chore(deps): Bump com.google.protobuf:protobuf-java in
/parent (#15626)
3060668387f is described below
commit 3060668387f846e27fc1f0b6b3db27f0332b5cc1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 19 20:15:10 2024 +0200
chore(deps): Bump com.google.protobuf:protobuf-java in /parent (#15626)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 3.25.3 to 3.25.5.
- [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.25.3...v3.25.5)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 cdad0f9431e..7e46bb7b5e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -403,7 +403,7 @@
<pooled-jms-version>3.1.6</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.25.3</protobuf-version>
+ <protobuf-version>3.25.5</protobuf-version>
<protobuf-maven-plugin-version>2.5.0</protobuf-maven-plugin-version>
<protonpack-version>1.8</protonpack-version>
<protostream-version>5.0.8.Final</protostream-version>