This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new 8a0fd93 Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
(#207)
8a0fd93 is described below
commit 8a0fd93d7d0dcfb4a7373ee0bd4aa49b36df2ea9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 07:18:48 2024 +0100
Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#207)
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.3.1-jre to 33.4.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
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
mahout-addon/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mahout-addon/pom.xml b/mahout-addon/pom.xml
index 71a6b65..6eb3686 100644
--- a/mahout-addon/pom.xml
+++ b/mahout-addon/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>33.3.1-jre</version>
+ <version>33.4.0-jre</version>
<scope>runtime</scope>
</dependency>