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 cbfc86eb9f Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to
6.1.0
cbfc86eb9f is described below
commit cbfc86eb9fb3ab8f6df5dcebaa9188e1a4f4cd5b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 11:14:26 2025 +0000
Bump io.github.bonigarcia:webdrivermanager from 5.8.0 to 6.1.0
Bumps
[io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
from 5.8.0 to 6.1.0.
- [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-5.8.0...webdrivermanager-6.1.0)
---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
dependency-version: 6.1.0
dependency-type: direct:production
...
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 825b0c8380..fa1a5e989c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -857,7 +857,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
- <version>5.8.0</version>
+ <version>6.1.0</version>
<scope>test</scope>
</dependency>
<!-- END jena-fuseki-mod-geosparql -->