This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new a4dc11c75 [JUNEAU-259] Bump from Junit 4.13.2 to JUnit 5.10.1 Vintage 
Engine
a4dc11c75 is described below

commit a4dc11c75ed5547f9d88d36e52a16cd5a27984cb
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 09:21:26 2023 -0500

    [JUNEAU-259] Bump from Junit 4.13.2 to JUnit 5.10.1 Vintage Engine
---
 RELEASE-NOTES.txt                                           |  1 +
 juneau-core/juneau-marshall-rdf/pom.xml                     |  4 ++--
 juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml    |  4 ++--
 .../juneau-examples-rest-jetty/build-overlay/pom.xml        |  4 ++--
 juneau-sc/juneau-sc-server/pom.xml                          |  4 ++--
 juneau-utest/pom.xml                                        |  4 ++--
 pom.xml                                                     | 13 +++++++------
 7 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cd58d2add..14e0a4bcc 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,6 +21,7 @@ Release Notes - Juneau - Version 9.0.2
     * [JUNEAU-256] Bump maven-javadoc-plugin from 3.5.0 to 3.6.0.
     * [JUNEAU-257] Bump maven-bundle-plugin from 5.1.8 to 5.1.9.
     * [JUNEAU-258] Bump maven-jxr-plugin from 3.3.0 to 3.3.1.
+    * [JUNEAU-259] Bump from Junit 4.13.2 to JUnit 5.10.1 Vintage Engine.
 
 Release Notes - Juneau - Version 9.0.1
 
diff --git a/juneau-core/juneau-marshall-rdf/pom.xml 
b/juneau-core/juneau-marshall-rdf/pom.xml
index 9b7b6a1b8..07fb174db 100644
--- a/juneau-core/juneau-marshall-rdf/pom.xml
+++ b/juneau-core/juneau-marshall-rdf/pom.xml
@@ -40,8 +40,8 @@
                        <optional>true</optional>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit.vintage</groupId>
+                       <artifactId>junit-vintage-engine</artifactId>
                </dependency>
        </dependencies>
 
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index f0d3f3765..053efcce4 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -56,8 +56,8 @@
                        <artifactId>jaxb-api</artifactId>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit.vintage</groupId>
+                       <artifactId>junit-vintage-engine</artifactId>
                </dependency>
 
        </dependencies>
diff --git a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
index c0abc746f..bdad1dd99 100644
--- a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
@@ -87,8 +87,8 @@
 
                <!-- Other -->          
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit.vintage</groupId>
+                       <artifactId>junit-vintage-engine</artifactId>
                        <scope>test</scope>
                        <version>\${junit.version}</version>
                </dependency>
diff --git a/juneau-sc/juneau-sc-server/pom.xml 
b/juneau-sc/juneau-sc-server/pom.xml
index d33efa712..4512f6bb5 100644
--- a/juneau-sc/juneau-sc-server/pom.xml
+++ b/juneau-sc/juneau-sc-server/pom.xml
@@ -68,8 +68,8 @@
 
                <!-- Other -->
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit.vintage</groupId>
+                       <artifactId>junit-vintage-engine</artifactId>
                        <scope>test</scope>
                </dependency>
 
diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index 54d1ae26e..2677e766f 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -59,8 +59,8 @@
                        <artifactId>jaxb-api</artifactId>
                </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>org.junit.vintage</groupId>
+                       <artifactId>junit-vintage-engine</artifactId>
                </dependency>
                <dependency>
                        <groupId>jakarta.servlet</groupId>
diff --git a/pom.xml b/pom.xml
index 2aacf282c..8cd5cdc4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,12 +58,13 @@
        <dependencyManagement>
                <dependencies>
                        <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>${junit.version}</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
+                   <groupId>org.junit</groupId>
+               <artifactId>junit-bom</artifactId>
+               <version>5.10.1</version>
+               <type>pom</type>
+                   <scope>import</scope>
+               </dependency>
+               <dependency>
                                <groupId>javax.ws.rs</groupId>
                                <artifactId>jsr311-api</artifactId>
                                <version>${jaxrs.version}</version>

Reply via email to