From 9ad62850bca30a58dec4bcf5f9cb981b6666fc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:30:55 +0000 Subject: [PATCH 1/2] chore(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0 Bumps commons-cli:commons-cli from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli 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 8c8810b862..71de89dea2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -163,7 +163,7 @@ commons-cli commons-cli - 1.7.0 + 1.8.0 From d4fdd2c4deaa202881074bc06fa528500444c910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 3 Jun 2024 12:33:14 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ca89c774..c01f2f24d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ Update dependencies: #### Test: - [#725](https://github.com/influxdata/influxdb-client-java/pull/725): `assertk-jvm` to `0.28.1` +#### Examples: + - [#723](https://github.com/influxdata/influxdb-client-java/pull/723): `commons-cli ` to `1.8.0` + ## 7.1.0 [2024-05-17] ### Bug Fixes