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 53e4032 commit c0e768eCopy full SHA for c0e768e
CHANGELOG.md
@@ -38,6 +38,9 @@ Update dependencies:
38
#### Provided:
39
- [#685](https://github.com/influxdata/influxdb-client-java/pull/685): `slf4j-api` to `2.0.12`
40
41
+#### Examples:
42
+ - [#715](https://github.com/influxdata/influxdb-client-java/pull/715): `commons-cli ` to `1.7.0`
43
+
44
## 7.0.0 [2024-01-30]
45
46
:warning: This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.
examples/pom.xml
@@ -163,7 +163,7 @@
163
<dependency>
164
<groupId>commons-cli</groupId>
165
<artifactId>commons-cli</artifactId>
166
- <version>1.6.0</version>
+ <version>1.7.0</version>
167
</dependency>
168
</dependencies>
169
0 commit comments