Skip to content

Commit a1d2c38

Browse files
chore(deps): bump org.apache.commons:commons-csv from 1.11.0 to 1.14.0 (#827)
* chore(deps): bump org.apache.commons:commons-csv from 1.11.0 to 1.14.0 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.11.0 to 1.14.0. - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.11.0...rel/commons-csv-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: remove apache commons-io from example pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: karel rehor <[email protected]>
1 parent 6c7ad65 commit a1d2c38

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

examples/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@
155155
<version>${influxdb-client.version}</version>
156156
<scope>compile</scope>
157157
</dependency>
158-
<dependency>
159-
<groupId>commons-io</groupId>
160-
<artifactId>commons-io</artifactId>
161-
<version>2.16.1</version>
162-
</dependency>
163158
<dependency>
164159
<groupId>commons-cli</groupId>
165160
<artifactId>commons-cli</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
<dependency>
654654
<groupId>org.apache.commons</groupId>
655655
<artifactId>commons-csv</artifactId>
656-
<version>1.11.0</version>
656+
<version>1.14.1</version>
657657
</dependency>
658658

659659
<dependency>

0 commit comments

Comments
 (0)