Skip to content

Commit

Permalink
chore(deps-dev): bump ch.qos.logback:logback-classic from 1.3.11 to 1…
Browse files Browse the repository at this point in the history
….3.12 in /client-osgi (#650)

* chore(deps-dev): bump ch.qos.logback:logback-classic in /client-osgi

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.11 to 1.3.12.
- [Commits](qos-ch/logback@v_1.3.11...v_1.3.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
...

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 30, 2023
1 parent 253e281 commit 93c05a1
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:
- [#638](https://github.com/influxdata/influxdb-client-java/pull/638): `commons-cli ` to `1.6.0`

#### Test:
- [#620](https://github.com/influxdata/influxdb-client-java/pull/620): `logback-classic` to `1.3.11`
- [#650](https://github.com/influxdata/influxdb-client-java/pull/650): `logback-classic` to `1.3.12`

## 6.10.0 [2023-07-28]

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

0 comments on commit 93c05a1

Please sign in to comment.