This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-4.8.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 58f125880f8f9397efac90e27acfc920975feb72 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Sep 20 06:58:18 2024 +0200 Bump com.google.protobuf:protobuf-java (#1227) --- tooling/camel-spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index e7b4ec6e7e0..56134c6acff 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> - <version>3.25.3</version> + <version>3.25.5</version> <exclusions> <exclusion> <groupId>org.checkerframework</groupId>
