Skip to content

Commit 8f931e9

Browse files
committed
Update JUnit 4 to 5 vintage
1 parent b1b1fff commit 8f931e9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@
183183

184184
<dependencies>
185185
<dependency>
186-
<groupId>junit</groupId>
187-
<artifactId>junit</artifactId>
188-
<version>4.13.2</version>
186+
<groupId>org.junit.vintage</groupId>
187+
<artifactId>junit-vintage-engine</artifactId>
189188
<scope>test</scope>
190189
</dependency>
191190
</dependencies>
@@ -221,6 +220,7 @@
221220
<spotbugs.impl.version>4.7.2</spotbugs.impl.version>
222221
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
223222
<commons.japicmp.version>0.16.0</commons.japicmp.version>
223+
<commons.junit.version>5.9.1</commons.junit.version>
224224
<findbugs.skip>true</findbugs.skip>
225225
<japicmp.skip>false</japicmp.skip>
226226
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<action type="update" dev="ggregory" due-to="Gary Gregory">
7676
Bump japicmp-maven-plugin from 0.15.4 to 0.16.0.
7777
</action>
78+
<action type="update" dev="ggregory" due-to="Gary Gregory">
79+
Update JUnit 4 to 5 vintage.
80+
</action>
7881
</release>
7982
<release version="1.5.0" date="10-23-2021" description="New features and bug fixes (Java 7).">
8083
<!-- FIX -->

0 commit comments

Comments
 (0)