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 fdfa08a5bed Bump guava in
/tooling/maven/camel-api-component-maven-plugin (#10389)
fdfa08a5bed is described below
commit fdfa08a5bed762eee64784cfbb78d83c3650f22d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 15 09:07:37 2023 +0200
Bump guava in /tooling/maven/camel-api-component-maven-plugin (#10389)
Bumps [guava](https://github.com/google/guava) from 30.1-jre to 32.0.0-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:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tooling/maven/camel-api-component-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml
b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index 960d5b71789..345954ab1cc 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -144,7 +144,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>30.1-jre</version>
+ <version>32.0.0-jre</version>
</dependency>
<!-- logging -->