Skip to content

Commit b58b082

Browse files
author
Gary Gregory
committed
Bump JUnit from 5.7.2 to 5.8.0-M1.
1 parent e95992e commit b58b082

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ file comparators, endian transformation classes, and much more.
242242
<dependency>
243243
<groupId>org.junit</groupId>
244244
<artifactId>junit-bom</artifactId>
245-
<version>5.7.2</version>
245+
<version>5.8.0-M1</version>
246246
<type>pom</type>
247247
<scope>import</scope>
248248
</dependency>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ The <action> type attribute can be add,update,fix,remove.
109109
<action dev="ggregory" type="update" due-to="Dependabot">
110110
Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0 #250.
111111
</action>
112+
<action dev="ggregory" type="update" due-to="Gary Gregory">
113+
Bump JUnit from 5.7.2 to 5.8.0-M1.
114+
</action>
112115
</release>
113116
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
114117
<!-- FIX -->

0 commit comments

Comments
 (0)