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 253e281 commit 93c05a1Copy full SHA for 93c05a1
CHANGELOG.md
@@ -33,7 +33,7 @@ Update dependencies:
33
- [#638](https://github.com/influxdata/influxdb-client-java/pull/638): `commons-cli ` to `1.6.0`
34
35
#### Test:
36
- - [#620](https://github.com/influxdata/influxdb-client-java/pull/620): `logback-classic` to `1.3.11`
+ - [#650](https://github.com/influxdata/influxdb-client-java/pull/650): `logback-classic` to `1.3.12`
37
38
## 6.10.0 [2023-07-28]
39
client-osgi/pom.xml
@@ -191,7 +191,7 @@
191
<dependency>
192
<groupId>ch.qos.logback</groupId>
193
<artifactId>logback-classic</artifactId>
194
- <version>1.3.11</version>
+ <version>1.3.12</version>
195
<scope>test</scope>
196
<exclusions>
197
<exclusion>
0 commit comments