Skip to content

Commit 55d213e

Browse files
author
Gary Gregory
committed
Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1; requires
junit-platform-commons.
1 parent 3c493a6 commit 55d213e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,16 @@ file comparators, endian transformation classes, and much more.
236236
<version>5.7.0</version>
237237
<scope>test</scope>
238238
</dependency>
239+
<dependency>
240+
<groupId>org.junit.platform</groupId>
241+
<artifactId>junit-platform-commons</artifactId>
242+
<version>1.7.0</version>
243+
<scope>test</scope>
244+
</dependency>
239245
<dependency>
240246
<groupId>org.junit-pioneer</groupId>
241247
<artifactId>junit-pioneer</artifactId>
242-
<version>0.9.0</version>
248+
<version>0.9.1</version>
243249
<scope>test</scope>
244250
</dependency>
245251
<dependency>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ The <action> type attribute can be add,update,fix,remove.
6969
<action dev="ggregory" type="update" due-to="Dependabot">
7070
Update actions/checkout from v2.3.2 to v2.3.3 #156.
7171
</action>
72+
<action dev="ggregory" type="update" due-to="Gary Gregory">
73+
Update org.junit-pioneer:junit-pioneer 0.9.0 -> 0.9.1.
74+
</action>
7275
</release>
7376
<!-- The release date is the date RC is cut -->
7477
<release version="2.8.0" date="2020-09-05" description="Java 8 required.">

0 commit comments

Comments
 (0)