build(deps): bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.5

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.4...v_1.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-21 02:53:33 +00:00 committed by GitHub
parent 651569dc8f
commit 0bf6085c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.3") implementation("org.slf4j:slf4j-api:2.0.3")
implementation("io.github.microutils:kotlin-logging:3.0.2") implementation("io.github.microutils:kotlin-logging:3.0.2")
implementation("ch.qos.logback:logback-classic:1.4.4") implementation("ch.qos.logback:logback-classic:1.4.5")
val aetherVersion = "1.1.0" val aetherVersion = "1.1.0"
implementation("org.eclipse.aether:aether-api:$aetherVersion") implementation("org.eclipse.aether:aether-api:$aetherVersion")