Skip to content

Commit b9c7608

Browse files
chore(deps-dev): Bump logback-classic from 1.3.7 to 1.3.8 (#596)
* chore(deps-dev): Bump logback-classic from 1.3.7 to 1.3.8 Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.7 to 1.3.8. - [Commits](qos-ch/logback@v_1.3.7...v_1.3.8) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 45990b1 commit b9c7608

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Update dependencies:
3232
#### Examples:
3333
- [#571](https://github.com/influxdata/influxdb-client-java/pull/571): `commons-io` to `2.12.0`
3434

35+
#### Test:
36+
- [#596](https://github.com/influxdata/influxdb-client-java/pull/596): `logback-classic` to `1.3.8`
37+
3538
## 6.9.0 [2023-05-31]
3639

3740
### Dependencies

client-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>ch.qos.logback</groupId>
193193
<artifactId>logback-classic</artifactId>
194-
<version>1.3.7</version>
194+
<version>1.3.8</version>
195195
<scope>test</scope>
196196
<exclusions>
197197
<exclusion>

0 commit comments

Comments
 (0)