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 3c5fc364b6 Bump the maven-patch-group group with 4 updates
3c5fc364b6 is described below
commit 3c5fc364b69c3ef792404e3f951325332c587b85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 00:20:51 2026 +0000
Bump the maven-patch-group group with 4 updates
Bumps the maven-patch-group group with 4 updates:
[org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project),
[org.eclipse.jetty.ee11:jetty-ee11-bom](https://github.com/jetty/jetty.project),
[org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap)
and
[io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager).
Updates `org.eclipse.jetty:jetty-bom` from 12.1.7 to 12.1.8
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.1.7...jetty-12.1.8)
Updates `org.eclipse.jetty.ee11:jetty-ee11-bom` from 12.1.7 to 12.1.8
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.1.7...jetty-12.1.8)
Updates `org.eclipse.jetty.ee11:jetty-ee11-bom` from 12.1.7 to 12.1.8
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.1.7...jetty-12.1.8)
Updates `org.roaringbitmap:RoaringBitmap` from 1.6.13 to 1.6.14
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](https://github.com/RoaringBitmap/RoaringBitmap/commits)
Updates `io.github.bonigarcia:webdrivermanager` from 6.3.3 to 6.3.4
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
-
[Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/bonigarcia/webdrivermanager/compare/webdrivermanager-6.3.3...webdrivermanager-6.3.4)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
dependency-version: 12.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee11:jetty-ee11-bom
dependency-version: 12.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.eclipse.jetty.ee11:jetty-ee11-bom
dependency-version: 12.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.roaringbitmap:RoaringBitmap
dependency-version: 1.6.14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: io.github.bonigarcia:webdrivermanager
dependency-version: 6.3.4
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 b171badae5..5d2cb02938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<ver.jakarta.json>2.0.1</ver.jakarta.json>
<!-- These two must be in-step -->
- <ver.jetty>12.1.7</ver.jetty>
+ <ver.jetty>12.1.8</ver.jetty>
<ver.jakarta-servlet>6.1.0</ver.jakarta-servlet>
<!--
@@ -103,7 +103,7 @@
<ver.dexxcollection>0.7</ver.dexxcollection>
<ver.micrometer>1.16.4</ver.micrometer>
- <ver.roaringbitmap>1.6.13</ver.roaringbitmap>
+ <ver.roaringbitmap>1.6.14</ver.roaringbitmap>
<ver.opencsv>5.12.0</ver.opencsv>
<!-- Testing -->
@@ -801,7 +801,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
- <version>6.3.3</version>
+ <version>6.3.4</version>
<scope>test</scope>
</dependency>
<!-- END jena-fuseki-mod-geosparql -->