Skip to content

Commit

Permalink
chore(deps-dev): Bump logback-classic from 1.3.7 to 1.3.8 (#596)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and bednar authored Jul 28, 2023
1 parent 45990b1 commit b9c7608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Update dependencies:
#### Examples:
- [#571](https://github.com/influxdata/influxdb-client-java/pull/571): `commons-io` to `2.12.0`

#### Test:
- [#596](https://github.com/influxdata/influxdb-client-java/pull/596): `logback-classic` to `1.3.8`

## 6.9.0 [2023-05-31]

### Dependencies
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.7</version>
<version>1.3.8</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit b9c7608

Please sign in to comment.