Skip to content

Commit 58a46bc

Browse files
chore(deps): bump commons-csv from 1.9.0 to 1.10.0 (#512)
* chore(deps): bump commons-csv from 1.9.0 to 1.10.0 Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/apache/commons-csv/releases) - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.9.0...rel/commons-csv-1.10.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 2eff163 commit 58a46bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Update dependencies:
77
#### Build:
88
- [#507](https://github.com/influxdata/influxdb-client-java/pull/507): `rxjava` to `3.1.5`
99
- [#511](https://github.com/influxdata/influxdb-client-java/pull/511): `lombok` to `1.18.26`
10+
- [#512](https://github.com/influxdata/influxdb-client-java/pull/512): `commons-csv` to `1.10.0`
1011
- [#536](https://github.com/influxdata/influxdb-client-java/pull/536): `spring-boot` to `2.7.11`
1112

1213
## 6.8.0 [2023-03-29]

pom.xml

+1-1
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.9.0</version>
656+
<version>1.10.0</version>
657657
</dependency>
658658

659659
<dependency>

0 commit comments

Comments
 (0)