Skip to content

Commit

Permalink
chore(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#767)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and bednar authored Sep 4, 2024
1 parent e6f9a25 commit 294c3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Update dependencies:

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

## 7.2.0 [2024-08-12]

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 294c3c4

Please sign in to comment.