diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c97836f88..742a248627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Update dependencies: - [#726](https://github.com/influxdata/influxdb-client-java/pull/726): `kotlin` to `2.0.0` - [#727](https://github.com/influxdata/influxdb-client-java/pull/727): `micrometer-registry-influx` to `1.30.0` - [#740](https://github.com/influxdata/influxdb-client-java/pull/740): `pekko` to `1.0.3` + - [#741](https://github.com/influxdata/influxdb-client-java/pull/741): `commons-csv` to `1.11.0` - [#743](https://github.com/influxdata/influxdb-client-java/pull/743): `gson` to `2.11.0` #### Maven: diff --git a/pom.xml b/pom.xml index 171a626932..2882cf1234 100644 --- a/pom.xml +++ b/pom.xml @@ -654,7 +654,7 @@ org.apache.commons commons-csv - 1.10.0 + 1.11.0