Skip to content

Commit f77de5c

Browse files
committed
- org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2
- commons.jacoco.version 0.8.4 -> 0.8.5
1 parent 29c14b4 commit f77de5c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ file comparators, endian transformation classes, and much more.
233233
<dependency>
234234
<groupId>org.junit.jupiter</groupId>
235235
<artifactId>junit-jupiter</artifactId>
236-
<version>5.6.1</version>
236+
<version>5.6.2</version>
237237
<scope>test</scope>
238238
</dependency>
239239
<dependency>
@@ -291,7 +291,7 @@ file comparators, endian transformation classes, and much more.
291291
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
292292
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
293293
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
294-
<commons.jacoco.version>0.8.4</commons.jacoco.version>
294+
<commons.jacoco.version>0.8.5</commons.jacoco.version>
295295
<commons.surefire.version>2.22.2</commons.surefire.version>
296296
<commons.japicmp.version>0.14.1</commons.japicmp.version>
297297
<japicmp.skip>false</japicmp.skip>

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ The <action> type attribute can be add,update,fix,remove.
213213
<action issue="IO-665" dev="ggregory" type="update" due-to="Otto Fowler, Gary Gregory">
214214
Ensure that passing a null InputStream results in NPE with tests #112.
215215
</action>
216+
<action type="update" dev="ggregory" due-to="Gary Gregory">
217+
org.junit.jupiter:junit-jupiter 5.6.1 -> 5.6.2
218+
</action>
219+
<action type="update" dev="ggregory" due-to="Gary Gregory">
220+
commons.jacoco.version 0.8.4 -> 0.8.5.
221+
</action>
216222
</release>
217223

218224
<release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">

0 commit comments

Comments
 (0)