Skip to content

Commit e6f9a25

Browse files
chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.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]>
1 parent d93c6cd commit e6f9a25

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## 7.3.0 [unreleased]
22

3+
### Dependencies
4+
5+
Update dependencies:
6+
7+
#### Build:
8+
-
9+
10+
#### Maven:
11+
-
12+
13+
#### Test:
14+
-
15+
16+
#### Examples:
17+
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0`
18+
319
## 7.2.0 [2024-08-12]
420

521
### Features

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.apache.commons</groupId>
119119
<artifactId>commons-lang3</artifactId>
120-
<version>3.14.0</version>
120+
<version>3.17.0</version>
121121
<scope>compile</scope>
122122
</dependency>
123123
<dependency>

0 commit comments

Comments
 (0)