Skip to content

Commit

Permalink
chore(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#723)
Browse files Browse the repository at this point in the history
* 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] <[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 Jun 3, 2024
1 parent 6d35e7c commit 23c1ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Update dependencies:
- [#724](https://github.com/influxdata/influxdb-client-java/pull/724): `assertj` to `3.26.0`
- [#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
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.7.0</version>
<version>1.8.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 23c1ec9

Please sign in to comment.