From 89c3ee3363da5a945de122cc472442a254262132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:42:45 +0000 Subject: [PATCH 1/2] chore(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0 Bumps commons-io:commons-io from 2.15.1 to 2.16.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index 72a11d8ef6..fa76f47211 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -158,7 +158,7 @@ commons-io commons-io - 2.15.1 + 2.16.0 commons-cli From 394c6e91d94417053e19ff56b986c68394991cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 2 Apr 2024 10:53:42 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3a6fb4f3..2eb5337ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Update dependencies: - [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0` - [#691](https://github.com/influxdata/influxdb-client-java/pull/691): `micrometer-registry-influx` to `1.12.3` - [#692](https://github.com/influxdata/influxdb-client-java/pull/692): `okio` to `3.8.0` + - [#702](https://github.com/influxdata/influxdb-client-java/pull/702): `commons-io` to `2.16.0` #### Maven: - [#676](https://github.com/influxdata/influxdb-client-java/pull/676): `maven-compiler-plugin` to `3.12.1`