Skip to content

Commit

Permalink
chore(deps-dev): Bump logback-classic from 1.3.5 to 1.3.7 (#556)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump logback-classic from 1.3.5 to 1.3.7

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.5 to 1.3.7.
- [Commits](qos-ch/logback@v_1.3.5...v_1.3.7)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored May 23, 2023
1 parent 03a825c commit fe9f880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Update dependencies:
- [#561](https://github.com/influxdata/influxdb-client-java/pull/561): `slf4j-api` to `2.0.7`

#### Test:
- [#556](https://github.com/influxdata/influxdb-client-java/pull/556): `logback-classic` to `1.3.7`
- [#564](https://github.com/influxdata/influxdb-client-java/pull/564): `assertk-jvm` to `0.26.1`

## 6.8.0 [2023-03-29]
Expand Down
2 changes: 1 addition & 1 deletion client-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.5</version>
<version>1.3.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit fe9f880

Please sign in to comment.