Skip to content

Commit 913efdf

Browse files
committed
Update tests from JUnit 4.12 to 4.13.
1 parent bc69ad9 commit 913efdf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ limitations under the License.
213213
<dependency>
214214
<groupId>junit</groupId>
215215
<artifactId>junit</artifactId>
216-
<version>4.12</version>
216+
<version>4.13</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
4646
<action issue="CODEC-264" dev="aherbert" due-to="Andy Seaborne" type="fix">MurmurHash3: Ensure hash128 maintains the sign extension bug.</action>
4747
<action issue="CODEC-280" dev="aherbert" type="update">Base32/Base64/BCodec: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception.</action>
4848
<action issue="CODEC-289" dev="aherbert" type="update">Base32/Base64 Input/OutputStream: Added strict decoding property to control handling of trailing bits. Default lenient mode discards them without error. Strict mode raise an exception.</action>
49+
<action dev="ggregory" type="update" due-to="Gary Gregory">Update tests from JUnit 4.12 to 4.13.</action>
4950
</release>
5051

5152
<release version="1.14" date="2019-12-30" description="Feature and fix release.">

0 commit comments

Comments
 (0)