Skip to content

Commit

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

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.3.4...v_1.3.5)

---
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 Nov 29, 2022
1 parent 52e9031 commit 8a3957e
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 @@ -17,6 +17,7 @@ Update dependencies:

#### Test:
- [#467](https://github.com/influxdata/influxdb-client-java/pull/467): `mockito` to `4.9.0`
- [#471](https://github.com/influxdata/influxdb-client-java/pull/471): `logback-classic` to `1.3.5`

## 6.7.0 [2022-11-03]

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.4</version>
<version>1.3.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 8a3957e

Please sign in to comment.