Skip to content

Commit

Permalink
chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.3 to 1.…
Browse files Browse the repository at this point in the history
…5.6 (#714)

* chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.3 to 1.5.6.
- [Commits](qos-ch/logback@v_1.5.3...v_1.5.6)

---
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 [skip ci]

---------

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 committed May 2, 2024
1 parent c0e768e commit d614902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Update dependencies:
#### Test:
- [#683](https://github.com/influxdata/influxdb-client-java/pull/683): `assertj` to `3.25.3`
- [#687](https://github.com/influxdata/influxdb-client-java/pull/687): `junit-jupiter` to `5.10.2`
- [#700](https://github.com/influxdata/influxdb-client-java/pull/700): `logback-classic` to `1.5.3`
- [#714](https://github.com/influxdata/influxdb-client-java/pull/714): `logback-classic` to `1.5.6`

#### Provided:
- [#685](https://github.com/influxdata/influxdb-client-java/pull/685): `slf4j-api` to `2.0.12`
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.5.3</version>
<version>1.5.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit d614902

Please sign in to comment.