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 52e9031 commit 8a3957eCopy full SHA for 8a3957e
CHANGELOG.md
@@ -17,6 +17,7 @@ Update dependencies:
17
18
#### Test:
19
- [#467](https://github.com/influxdata/influxdb-client-java/pull/467): `mockito` to `4.9.0`
20
+ - [#471](https://github.com/influxdata/influxdb-client-java/pull/471): `logback-classic` to `1.3.5`
21
22
## 6.7.0 [2022-11-03]
23
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.4</version>
+ <version>1.3.5</version>
195
<scope>test</scope>
196
<exclusions>
197
<exclusion>
0 commit comments