Skip to content

Commit 31e8cd0

Browse files
committed
Bump com.opencsv:opencsv from 5.9 to 5.10
1 parent fb383cf commit 31e8cd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
<configuration>
154154
<configLocation>${checkstyle.config.file}</configLocation>
155155
<enableRulesSummary>false</enableRulesSummary>
156+
<excludes>target/generated-test-sources/**/*.java</excludes>
156157
<suppressionsLocation>${checkstyle.suppress.file}</suppressionsLocation>
157158
<includeTestSourceDirectory>true</includeTestSourceDirectory>
158159
</configuration>
@@ -385,7 +386,7 @@
385386
<dependency>
386387
<groupId>com.opencsv</groupId>
387388
<artifactId>opencsv</artifactId>
388-
<version>5.9</version>
389+
<version>5.10</version>
389390
<scope>test</scope>
390391
</dependency>
391392

src/changes/changes.xml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<action type="fix" issue="CSV-317" dev="ggregory" due-to="Filipe Roque">Release history link changed from changes-report.html to changes.html #516.</action>
4646
<!-- ADD -->
4747
<!-- UPDATE -->
48+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.opencsv:opencsv from 5.9 to 5.10.</action>
4849
</release>
4950
<release version="1.13.0" date="2025-01-08" description="This is a feature and maintenance release. Java 8 or later is required.">
5051
<!-- FIX -->

0 commit comments

Comments
 (0)