Skip to content

Commit 615367d

Browse files
committed
ARTEMIS-5591: update to junit 6.0.0
1 parent c9d9ace commit 615367d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

artemis-pom/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit</groupId>
4747
<artifactId>junit-bom</artifactId>
48-
<version>${junit5.version}</version>
48+
<version>${junit.version}</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
<!-- Eclipse Public License - v 2.0 -->
@@ -54,8 +54,7 @@
5454
<dependency>
5555
<groupId>junit</groupId>
5656
<artifactId>junit</artifactId>
57-
<version>${junit.version}</version>
58-
<scope>test</scope>
57+
<version>${junit4.version}</version>
5958
<!-- License: EPL 1.0 -->
6059
</dependency>
6160

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
<version.org.jacoco.plugin>0.8.13</version.org.jacoco.plugin>
165165
<version.micrometer>1.15.4</version.micrometer>
166166
<hamcrest.version>3.0</hamcrest.version>
167-
<junit.version>4.13.2</junit.version>
168-
<junit5.version>5.13.4</junit5.version>
167+
<junit.version>6.0.0</junit.version>
168+
<junit4.version>4.13.2</junit4.version>
169169
<version.jaxb.runtime>2.3.9</version.jaxb.runtime>
170170
<paho.client.mqtt.version>1.2.5</paho.client.mqtt.version>
171171
<postgresql.version>42.7.8</postgresql.version>

0 commit comments

Comments
 (0)