Skip to content

Commit 6d32add

Browse files
committed
Update tests from Apache Commons Lang 3.9 to 3.10.
1 parent 11f0abe commit 6d32add

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
@@ -253,7 +253,7 @@ file comparators, endian transformation classes, and much more.
253253
<dependency>
254254
<groupId>org.apache.commons</groupId>
255255
<artifactId>commons-lang3</artifactId>
256-
<version>3.9</version>
256+
<version>3.10</version>
257257
<scope>test</scope>
258258
</dependency>
259259
</dependencies>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ The <action> type attribute can be add,update,fix,remove.
186186
<action issue="IO-648" dev="ggregory" type="add" due-to="Gary Gregory">
187187
Implement directory content equality. 100#.
188188
</action>
189+
<action type="update" dev="ggregory" due-to="Gary Gregory">
190+
Update tests from Apache Commons Lang 3.9 to 3.10.
191+
</action>
189192
</release>
190193

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

0 commit comments

Comments
 (0)