Skip to content

Commit

Permalink
chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.1…
Browse files Browse the repository at this point in the history
…7.0 (#760)

* chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0

Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  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 d93c6cd commit e6f9a25
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## 7.3.0 [unreleased]

### Dependencies

Update dependencies:

#### Build:
-

#### Maven:
-

#### Test:
-

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

## 7.2.0 [2024-08-12]

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e6f9a25

Please sign in to comment.