Skip to content

Commit f589b84

Browse files
committed
IO-465: Update to JUnit 4.12. Thanks to github user based2. This also closes #4 from github.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1649883 13f79535-47bb-0310-9956-ffa450edef68
1 parent 43814f5 commit f589b84

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
@@ -222,7 +222,7 @@ file comparators, endian transformation classes, and much more.
222222
<dependency>
223223
<groupId>junit</groupId>
224224
<artifactId>junit</artifactId>
225-
<version>4.11</version>
225+
<version>4.12</version>
226226
<scope>test</scope>
227227
</dependency>
228228
</dependencies>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2014-??-??" description="New features and bug fixes.">
50+
<action issue="IO-465" dev="britter" type="update" due-to="based2">
51+
Update to JUnit 4.12
52+
</action>
5053
<action issue="IO-462" dev="sebb" type="update">
5154
IOExceptionWithCause no longer needed
5255
</action>

0 commit comments

Comments
 (0)