This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new cb031fadac Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
cb031fadac is described below
commit cb031fadac65c1f59c94a989d08bc1d736cf9865
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 6 00:18:13 2024 +0000
Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.1.0-jre to 33.2.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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f96f85148c..e70deb2999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<ver.caffeine>3.1.8</ver.caffeine>
<!-- Most of Jena uses other libraries for equivalent functionality. -->
- <ver.guava>33.1.0-jre</ver.guava>
+ <ver.guava>33.2.0-jre</ver.guava>
<ver.gson>2.10.1</ver.gson>
<ver.lucene>9.10.0</ver.lucene>