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 b3451eb5838 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
b3451eb5838 is described below
commit b3451eb5838289c1ed6bae3cd6ff47f7821064c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 4 13:36:38 2024 +0000
Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.2.0-jre to 33.2.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 51db4cb4609..436d68b8eba 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -204,7 +204,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.10.1</gson-version>
- <guava-version>33.2.0-jre</guava-version>
+ <guava-version>33.2.1-jre</guava-version>
<guice3-version>3.0</guice3-version>
<hadoop3-version>3.4.0</hadoop3-version>
<hamcrest-version>2.2</hamcrest-version>