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 45990b1 commit b9c7608Copy full SHA for b9c7608
CHANGELOG.md
@@ -32,6 +32,9 @@ Update dependencies:
32
#### Examples:
33
- [#571](https://github.com/influxdata/influxdb-client-java/pull/571): `commons-io` to `2.12.0`
34
35
+#### Test:
36
+ - [#596](https://github.com/influxdata/influxdb-client-java/pull/596): `logback-classic` to `1.3.8`
37
+
38
## 6.9.0 [2023-05-31]
39
40
### Dependencies
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.7</version>
+ <version>1.3.8</version>
195
<scope>test</scope>
196
<exclusions>
197
<exclusion>
0 commit comments