Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit b0c544e

Browse files
author
Gary Gregory
committed
Update tests from Hamcrest 2.1 to 2.2.
1 parent 33bb4f0 commit b0c544e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CSV files of various types.
4141
<dependency>
4242
<groupId>org.hamcrest</groupId>
4343
<artifactId>hamcrest</artifactId>
44-
<version>2.1</version>
44+
<version>2.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</properties>
4040
<body>
4141
<release version="1.8" date="2019-MM-DD" description="Feature and bug fix release (Java 8)">
42-
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting</action>
42+
<action issue="CSV-135" type="fix" dev="sebb" due-to="Mateusz Zakarczemny">Char escape doesn't work properly with quoting.</action>
4343
<action issue="CSV-244" type="fix" dev="sebb">Test case failures following CSVFormat#equals() update.</action>
4444
<action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and withIgnoreSurroundingSpaces() need better docs.</action>
4545
<action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and hashCode() don't use all fields.</action>
@@ -49,6 +49,7 @@
4949
<action issue="CSV-247" type="fix" dev="ggregory" due-to="Alex Herbert, Gary Gregory">A single empty header is allowed when not allowing empty column headers. #47.</action>
5050
<action type="fix" dev="ggregory" due-to="Alex Herbert">Use test scope for supercsv #48.</action>
5151
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from H2 1.4.199 to 1.4.200.</action>
52+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Hamcrest 2.1 to 2.2.</action>
5253
</release>
5354
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)">
5455
<action issue="CSV-233" type="add" dev="ggregory" due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>

0 commit comments

Comments
 (0)