This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5631b4a077 Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre
5631b4a077 is described below
commit 5631b4a07724b6dda9e18e711b378df22821f92f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 10:55:35 2026 +0000
Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from
33.6.0-jre to 33.7.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-version: 33.7.1-jre
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7ab503f804..e3fc81fb07 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -18,7 +18,7 @@
[versions]
metadata-extractor = "2.20.0"
caffeine = "3.2.4"
-guava = "33.6.0-jre"
+guava = "33.7.1-jre"
zxing-core = "3.5.4"
concurrentlinkedhashmap-lru = "1.4.2"
ez-vcard = "0.12.2"