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 a0fa586192 Bump the maven-patch-group group with 3 updates
a0fa586192 is described below
commit a0fa586192f317da6480c66860f8a12536ba0ea3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 00:18:05 2025 +0000
Bump the maven-patch-group group with 3 updates
Bumps the maven-patch-group group with 3 updates:
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf),
com.opencsv:opencsv and
[org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces).
Updates `com.google.protobuf:protobuf-java` from 4.31.0 to 4.31.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
-
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
-
[Commits](https://github.com/protocolbuffers/protobuf/compare/v4.31.0...v4.31.1)
Updates `com.opencsv:opencsv` from 5.11 to 5.11.1
Updates `org.omnifaces:omnifaces` from 4.6.2 to 4.6.3
- [Commits](https://github.com/omnifaces/omnifaces/compare/4.6.2...4.6.3)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.31.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: com.opencsv:opencsv
dependency-version: 5.11.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.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35a6fa39b3..43a556e95e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,9 +75,9 @@
See jena-fuseki-webapp and https://shiro.apache.org/jakarta-ee.html
-->
<ver.shiro>2.0.4</ver.shiro>
- <ver.omnifaces>4.6.2</ver.omnifaces>
+ <ver.omnifaces>4.6.3</ver.omnifaces>
- <ver.protobuf>4.31.0</ver.protobuf>
+ <ver.protobuf>4.31.1</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>
<ver.caffeine>3.2.0</ver.caffeine>
@@ -100,7 +100,7 @@
<ver.dexxcollection>0.7</ver.dexxcollection>
<ver.micrometer>1.15.0</ver.micrometer>
<ver.roaringbitmap>1.3.0</ver.roaringbitmap>
- <ver.opencsv>5.11</ver.opencsv>
+ <ver.opencsv>5.11.1</ver.opencsv>
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>