We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93c6cd commit e6f9a25Copy full SHA for e6f9a25
CHANGELOG.md
@@ -1,5 +1,21 @@
1
## 7.3.0 [unreleased]
2
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
19
## 7.2.0 [2024-08-12]
20
21
### Features
examples/pom.xml
@@ -117,7 +117,7 @@
117
<dependency>
118
<groupId>org.apache.commons</groupId>
119
<artifactId>commons-lang3</artifactId>
120
- <version>3.14.0</version>
+ <version>3.17.0</version>
121
<scope>compile</scope>
122
</dependency>
123
0 commit comments