Skip to content

Commit c0e768e

Browse files
chore(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#715)
* 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] <[email protected]> * docs: Update CHANGELOG.md [skip ci] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 53e4032 commit c0e768e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Update dependencies:
3838
#### Provided:
3939
- [#685](https://github.com/influxdata/influxdb-client-java/pull/685): `slf4j-api` to `2.0.12`
4040

41+
#### Examples:
42+
- [#715](https://github.com/influxdata/influxdb-client-java/pull/715): `commons-cli ` to `1.7.0`
43+
4144
## 7.0.0 [2024-01-30]
4245

4346
:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>commons-cli</groupId>
165165
<artifactId>commons-cli</artifactId>
166-
<version>1.6.0</version>
166+
<version>1.7.0</version>
167167
</dependency>
168168
</dependencies>
169169

0 commit comments

Comments
 (0)