This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 615367d53f ARTEMIS-5591: update to junit 6.0.0
615367d53f is described below
commit 615367d53fb1d21b5eae50b4e2c66c45c8a2b42d
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Oct 8 15:49:26 2025 +0100
ARTEMIS-5591: update to junit 6.0.0
---
artemis-pom/pom.xml | 5 ++---
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml
index 8ae5d4f1dc..85ae98e84e 100644
--- a/artemis-pom/pom.xml
+++ b/artemis-pom/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>${junit5.version}</version>
+ <version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
<!-- Eclipse Public License - v 2.0 -->
@@ -54,8 +54,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>test</scope>
+ <version>${junit4.version}</version>
<!-- License: EPL 1.0 -->
</dependency>
diff --git a/pom.xml b/pom.xml
index e188b71411..aa78692cb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,8 +164,8 @@
<version.org.jacoco.plugin>0.8.13</version.org.jacoco.plugin>
<version.micrometer>1.15.4</version.micrometer>
<hamcrest.version>3.0</hamcrest.version>
- <junit.version>4.13.2</junit.version>
- <junit5.version>5.13.4</junit5.version>
+ <junit.version>6.0.0</junit.version>
+ <junit4.version>4.13.2</junit4.version>
<version.jaxb.runtime>2.3.9</version.jaxb.runtime>
<paho.client.mqtt.version>1.2.5</paho.client.mqtt.version>
<postgresql.version>42.7.8</postgresql.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact