This is an automated email from the ASF dual-hosted git repository.
apupier 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 6c0567e52a4 chore(deps-dev): Bump com.google.guava:guava
6c0567e52a4 is described below
commit 6c0567e52a428ab4d7ec2e63ba0abd1ba809769a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 24 06:52:46 2024 +0000
chore(deps-dev): Bump com.google.guava:guava
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.3.0-jre to 33.3.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 0612b66f421..d5be6e5a2d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -201,7 +201,7 @@
<grpc-java-jwt-version>4.4.0</grpc-java-jwt-version>
<grpc-netty-tcnative-boringssl-static-version>2.0.59.Final</grpc-netty-tcnative-boringssl-static-version>
<gson-version>2.11.0</gson-version>
- <guava-version>33.3.0-jre</guava-version>
+ <guava-version>33.3.1-jre</guava-version>
<guice3-version>3.0</guice3-version>
<hadoop3-version>3.4.0</hadoop3-version>
<hamcrest-version>3.0</hamcrest-version>