Skip to content

Commit 33bb4f0

Browse files
committed
Update tests from H2 1.4.199 to 1.4.200.
1 parent 18644c8 commit 33bb4f0

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
@@ -65,7 +65,7 @@ CSV files of various types.
6565
<dependency>
6666
<groupId>com.h2database</groupId>
6767
<artifactId>h2</artifactId>
68-
<version>1.4.199</version>
68+
<version>1.4.200</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<action issue="CSV-252" type="fix" dev="ggregory" due-to= "Alex Herbert">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action>
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>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from H2 1.4.199 to 1.4.200.</action>
5152
</release>
5253
<release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)">
5354
<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)