Skip to content

Commit 938f4a3

Browse files
committed
junit-pioneer 0.5.6 -> 0.6.0
japicmp 0.14.1 -> 0.14.3
1 parent 79c99cb commit 938f4a3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ file comparators, endian transformation classes, and much more.
239239
<dependency>
240240
<groupId>org.junit-pioneer</groupId>
241241
<artifactId>junit-pioneer</artifactId>
242-
<version>0.5.6</version>
242+
<version>0.6.0</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>
@@ -293,7 +293,7 @@ file comparators, endian transformation classes, and much more.
293293
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
294294
<commons.jacoco.version>0.8.5</commons.jacoco.version>
295295
<commons.surefire.version>2.22.2</commons.surefire.version>
296-
<commons.japicmp.version>0.14.1</commons.japicmp.version>
296+
<commons.japicmp.version>0.14.3</commons.japicmp.version>
297297
<japicmp.skip>false</japicmp.skip>
298298
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
299299
</properties>

src/changes/changes.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ The <action> type attribute can be add,update,fix,remove.
193193
Update tests from Apache Commons Lang 3.9 to 3.10.
194194
</action>
195195
<action type="update" dev="ggregory" due-to="Gary Gregory">
196-
Update tests org.junit-pioneer:junit-pioneer 0.3.0 -> 0.5.6.
196+
Update tests org.junit-pioneer:junit-pioneer 0.3.0 -> 0.6.0.
197197
</action>
198198
<action type="update" dev="ggregory" due-to="Gary Gregory">
199-
Update tests org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.1.
199+
Update tests org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.2.
200200
</action>
201201
<action type="update" dev="ggregory" due-to="Gary Gregory">
202202
Update tests org.mockito:mockito-core 3.0.0 -> 3.3.3.
@@ -217,10 +217,10 @@ The <action> type attribute can be add,update,fix,remove.
217217
Ensure that passing a null InputStream results in NPE with tests #112.
218218
</action>
219219
<action type="update" dev="ggregory" due-to="Gary Gregory">
220-
org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2
220+
commons.jacoco.version 0.8.4 -> 0.8.5.
221221
</action>
222222
<action type="update" dev="ggregory" due-to="Gary Gregory">
223-
commons.jacoco.version 0.8.4 -> 0.8.5.
223+
com.github.siom79.japicmp:japicmp-maven-plugin 0.14.1 -> 0.14.3.
224224
</action>
225225
<action issue="IO-667" dev="ggregory" type="update" due-to="Adam Retter, Gary Gregory">
226226
Add functional interfaces IOFunction and IOSupplier #110.

0 commit comments

Comments
 (0)