Skip to content

Commit

Permalink
Bump io.github.oshai:kotlin-logging-jvm from 4.0.2 to 5.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 4.0.2 to 5.0.1.
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](https://github.com/oshai/kotlin-logging/commits/5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent e2dfc94 commit 12c9133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutin
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.4.0" }
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.5.1" }

logging-kotlinLogging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "4.0.2" }
logging-kotlinLogging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "5.0.1" }
logging-jansi = { group = "org.fusesource.jansi", name = "jansi", version = "2.4.0" }
logging-logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.4.8" }

Expand Down

0 comments on commit 12c9133

Please sign in to comment.