From 6822980665b8497dafec55224e3228dbe4b7de24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:44:02 +0000 Subject: [PATCH 1/2] chore(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1 Bumps commons-io:commons-io from 2.16.0 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... 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 71de89dea2..7cc6ac6232 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -158,7 +158,7 @@ commons-io commons-io - 2.16.0 + 2.16.1 commons-cli From a58bfa3c4273f01169035be7939734609318c162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 9 Jul 2024 21:11:16 +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 9d60cca4fd..434bbeb298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Update dependencies: #### Examples: - [#723](https://github.com/influxdata/influxdb-client-java/pull/723): `commons-cli ` to `1.8.0` + - [#742](https://github.com/influxdata/influxdb-client-java/pull/742): `commons-io ` to `2.16.1` ## 7.1.0 [2024-05-17]