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 e0c1dfe84c Bump the maven-patch-group group with 2 updates
e0c1dfe84c is described below
commit e0c1dfe84c3db2d63682527c6ccfc6bfd374c2bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 00:57:09 2025 +0000
Bump the maven-patch-group group with 2 updates
Bumps the maven-patch-group group with 2 updates:
[com.google.code.gson:gson](https://github.com/google/gson) and
[org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces).
Updates `com.google.code.gson:gson` from 2.13.0 to 2.13.1
- [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.0...gson-parent-2.13.1)
Updates `org.omnifaces:omnifaces` from 4.6.1 to 4.6.2
- [Commits](https://github.com/omnifaces/omnifaces/commits)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.omnifaces:omnifaces
dependency-version: 4.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 738e16b065..877cb29d80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
See jena-fuseki-webapp and https://shiro.apache.org/jakarta-ee.html
-->
<ver.shiro>2.0.4</ver.shiro>
- <ver.omnifaces>4.6.1</ver.omnifaces>
+ <ver.omnifaces>4.6.2</ver.omnifaces>
<ver.protobuf>4.30.2</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>
@@ -84,7 +84,7 @@
<!-- Most of Jena uses other libraries for equivalent functionality. -->
<ver.guava>33.4.8-jre</ver.guava>
- <ver.gson>2.13.0</ver.gson>
+ <ver.gson>2.13.1</ver.gson>
<ver.lucene>9.12.1</ver.lucene>
<ver.commons-io>2.19.0</ver.commons-io>