We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f9a25 commit 294c3c4Copy full SHA for 294c3c4
CHANGELOG.md
@@ -15,6 +15,7 @@ Update dependencies:
15
16
#### Examples:
17
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0`
18
+ - [#767](https://github.com/influxdata/influxdb-client-java/pull/767): `commons-cli` to `1.9.0`
19
20
## 7.2.0 [2024-08-12]
21
examples/pom.xml
@@ -163,7 +163,7 @@
163
<dependency>
164
<groupId>commons-cli</groupId>
165
<artifactId>commons-cli</artifactId>
166
- <version>1.8.0</version>
+ <version>1.9.0</version>
167
</dependency>
168
</dependencies>
169
0 commit comments