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 f16f1f7c32 GH-3485: Bump JUnit from 5.13.4 to 6.0.0
f16f1f7c32 is described below
commit f16f1f7c32e3662ffeba414a22bbf7576181911b
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Oct 1 08:36:14 2025 +0100
GH-3485: Bump JUnit from 5.13.4 to 6.0.0
---
jena-fuseki2/jena-fuseki-main/pom.xml | 11 -----------
pom.xml | 4 ++--
2 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-main/pom.xml
b/jena-fuseki2/jena-fuseki-main/pom.xml
index 6bacb4a21c..32a5520dfd 100644
--- a/jena-fuseki2/jena-fuseki-main/pom.xml
+++ b/jena-fuseki2/jena-fuseki-main/pom.xml
@@ -123,17 +123,6 @@
<scope>test</scope>
</dependency>
-<!--
- Only needed if the Junit5 artifacts don't pick the right runner
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${ver.junit}</version>
- <scope>test</scope>
- </dependency>
--->
-
-
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
diff --git a/pom.xml b/pom.xml
index 5c185b95ad..b5456e63b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit5>5.13.4</ver.junit5>
+ <ver.junit>6.0.0</ver.junit>
<ver.mockito>5.20.0</ver.mockito>
<ver.awaitility>4.3.0</ver.awaitility>
@@ -320,7 +320,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>${ver.junit5}</version>
+ <version>${ver.junit}</version>
<type>pom</type>
<scope>import</scope>
</dependency>