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 c4d8854b8b Bump the maven-patch-group group with 5 updates
c4d8854b8b is described below
commit c4d8854b8b35f8aeefa8e599d34bcf2cddfc106a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 00:22:32 2025 +0000
Bump the maven-patch-group group with 5 updates
Bumps the maven-patch-group group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.13.0` |
`5.13.1` |
| [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) |
`12.0.21` | `12.0.22` |
|
[org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project)
| `12.0.21` | `12.0.22` |
|
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
| `3.6.0` | `3.6.1` |
| [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) |
`4.6.3` | `4.6.5` |
Updates `org.junit:junit-bom` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1)
Updates `org.eclipse.jetty:jetty-bom` from 12.0.21 to 12.0.22
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22)
Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.21 to 12.0.22
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22)
Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.21 to 12.0.22
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.21...jetty-12.0.22)
Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.6.0 to 3.6.1
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1)
Updates `org.omnifaces:omnifaces` from 4.6.3 to 4.6.5
- [Commits](https://github.com/omnifaces/omnifaces/compare/4.6.3...4.6.5)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty:jetty-bom
dependency-version: 12.0.22
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
dependency-version: 12.0.22
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
dependency-version: 12.0.22
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.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.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
jena-permissions/pom.xml | 2 +-
pom.xml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index fd5c4b7727..a89fdc8b64 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<id>reserve-network-port</id>
diff --git a/jena-permissions/pom.xml b/jena-permissions/pom.xml
index 0c50dd6007..475d0fef17 100644
--- a/jena-permissions/pom.xml
+++ b/jena-permissions/pom.xml
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.6.0</version>
+ <version>3.6.1</version>
<executions>
<execution>
<id>add-example-source</id>
diff --git a/pom.xml b/pom.xml
index fe6e0fb08b..cc3e852174 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<ver.jakarta.json>2.0.1</ver.jakarta.json>
<!-- These two must be in-step -->
- <ver.jetty>12.0.21</ver.jetty>
+ <ver.jetty>12.0.22</ver.jetty>
<ver.jakarta-servlet>6.1.0</ver.jakarta-servlet>
<!--
@@ -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.3</ver.omnifaces>
+ <ver.omnifaces>4.6.5</ver.omnifaces>
<ver.protobuf>4.31.1</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>
@@ -104,7 +104,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit5>5.13.0</ver.junit5>
+ <ver.junit5>5.13.1</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>
<ver.mockito>5.18.0</ver.mockito>