From c0e768ec478cf92f3f95316c461a09f43849999b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:13:50 +0200 Subject: [PATCH] chore(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#715) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 Bumps commons-cli:commons-cli from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * docs: Update CHANGELOG.md [skip ci] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář --- CHANGELOG.md | 3 +++ examples/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c5257b59..0406e95f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,9 @@ Update dependencies: #### Provided: - [#685](https://github.com/influxdata/influxdb-client-java/pull/685): `slf4j-api` to `2.0.12` +#### Examples: + - [#715](https://github.com/influxdata/influxdb-client-java/pull/715): `commons-cli ` to `1.7.0` + ## 7.0.0 [2024-01-30] :warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17. diff --git a/examples/pom.xml b/examples/pom.xml index fa76f47211..5fca60013a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -163,7 +163,7 @@ commons-cli commons-cli - 1.6.0 + 1.7.0