Skip to content

Commit

Permalink
Bump io.github.oshai:kotlin-logging-jvm from 6.0.0 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](oshai/kotlin-logging@6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: io.github.oshai:kotlin-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 20, 2023
1 parent f2af35c commit b3d79aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
// Align versions of all Kotlin components
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(kotlin("stdlib"))
implementation("io.github.oshai:kotlin-logging-jvm:6.0.0")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.1")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("ch.qos.logback:logback-classic:1.4.14")

Expand Down

0 comments on commit b3d79aa

Please sign in to comment.