Skip to content

Commit ca3c823

Browse files
committed
Update test dependencies.
- Update tests org.junit-pioneer:junit-pioneer 0.3.0 -> 0.5.6. - Update tests org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.1. - Update tests org.mockito:mockito-core 3.0.0 -> 3.3.3.
1 parent 3c96ee9 commit ca3c823

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,19 +233,19 @@ file comparators, endian transformation classes, and much more.
233233
<dependency>
234234
<groupId>org.junit.jupiter</groupId>
235235
<artifactId>junit-jupiter</artifactId>
236-
<version>5.5.2</version>
236+
<version>5.6.1</version>
237237
<scope>test</scope>
238238
</dependency>
239239
<dependency>
240240
<groupId>org.junit-pioneer</groupId>
241241
<artifactId>junit-pioneer</artifactId>
242-
<version>0.3.0</version>
242+
<version>0.5.6</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>3.0.0</version>
248+
<version>3.3.3</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>

src/changes/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ The <action> type attribute can be add,update,fix,remove.
189189
<action type="update" dev="ggregory" due-to="Gary Gregory">
190190
Update tests from Apache Commons Lang 3.9 to 3.10.
191191
</action>
192+
<action type="update" dev="ggregory" due-to="Gary Gregory">
193+
Update tests org.junit-pioneer:junit-pioneer 0.3.0 -> 0.5.6.
194+
</action>
195+
<action type="update" dev="ggregory" due-to="Gary Gregory">
196+
Update tests org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.1.
197+
</action>
198+
<action type="update" dev="ggregory" due-to="Gary Gregory">
199+
Update tests org.mockito:mockito-core 3.0.0 -> 3.3.3.
200+
</action>
192201
<action issue="IO-648" dev="ggregory" type="add" due-to="Adam Retter, Alex Herbert, Gary Gregory">
193202
Refactor ByteArrayOutputStream into synchronized and unsynchronized versions #108.
194203
</action>

0 commit comments

Comments
 (0)