Skip to content

Commit 294c3c4

Browse files
chore(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#767)
* chore(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 Bumps commons-cli:commons-cli from 1.8.0 to 1.9.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 e6f9a25 commit 294c3c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Update dependencies:
1515

1616
#### Examples:
1717
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0`
18+
- [#767](https://github.com/influxdata/influxdb-client-java/pull/767): `commons-cli` to `1.9.0`
1819

1920
## 7.2.0 [2024-08-12]
2021

examples/pom.xml

+1-1
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.8.0</version>
166+
<version>1.9.0</version>
167167
</dependency>
168168
</dependencies>
169169

0 commit comments

Comments
 (0)