This is an automated email from the ASF dual-hosted git repository.
afs 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 62047a7409 Bump com.google.code.gson:gson from 2.13.2 to 2.14.0
62047a7409 is described below
commit 62047a740996f6642d9d7204c5a1290c41799fc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 4 00:26:26 2026 +0000
Bump com.google.code.gson:gson from 2.13.2 to 2.14.0
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from
2.13.2 to 2.14.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/google/gson/compare/gson-parent-2.13.2...gson-parent-2.14.0)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.14.0
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 f7eece9895..0c9214021c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<!-- Most of Jena uses other libraries for equivalent functionality. -->
<ver.guava>33.6.0-jre</ver.guava>
- <ver.gson>2.13.2</ver.gson>
+ <ver.gson>2.14.0</ver.gson>
<ver.lucene>10.3.1</ver.lucene>
<ver.commons-io>2.22.0</ver.commons-io>