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 ddf4f55c21 Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
ddf4f55c21 is described below
commit ddf4f55c21c5e2c151d40878336848cedfa80b8b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 00:54:35 2024 +0000
Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.2.1-jre to 33.3.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 cc52d2b65c..a48b7d72fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<ver.caffeine>3.1.8</ver.caffeine>
<!-- Most of Jena uses other libraries for equivalent functionality. -->
- <ver.guava>33.2.1-jre</ver.guava>
+ <ver.guava>33.3.0-jre</ver.guava>
<ver.gson>2.11.0</ver.gson>
<ver.lucene>9.11.1</ver.lucene>