build(deps): bump io.github.microutils:kotlin-logging

Bumps [io.github.microutils:kotlin-logging](https://github.com/oshai/kotlin-logging) from 3.0.2 to 3.0.5.
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog.md)
- [Commits](https://github.com/oshai/kotlin-logging/commits/3.0.5)

---
updated-dependencies:
- dependency-name: io.github.microutils:kotlin-logging
  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:26 +00:00 committed by GitHub
parent 651569dc8f
commit 7d68b2fbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ dependencies {
implementation(project(":scalabot-extension"))
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.5")
implementation("ch.qos.logback:logback-classic:1.4.4")
val aetherVersion = "1.1.0"