Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 34ea73f

Browse files
authored
deps: update dependency org.apache.commons:commons-csv to v1.9.0 (#598)
1 parent 17db6ea commit 34ea73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-csv</artifactId>
48-
<version>1.8</version>
48+
<version>1.9.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-csv</artifactId>
48-
<version>1.8</version>
48+
<version>1.9.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.commons</groupId>
5757
<artifactId>commons-csv</artifactId>
58-
<version>1.8</version>
58+
<version>1.9.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>junit</groupId>

0 commit comments

Comments
 (0)