Skip to content

Commit

Permalink
Bump io.github.microutils:kotlin-logging from 3.0.4 to 3.0.5
Browse files Browse the repository at this point in the history
Bumps [io.github.microutils:kotlin-logging](https://github.com/oshai/kotlin-logging) from 3.0.4 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](oshai/kotlin-logging@3.0.4...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>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 694a82b commit 9480813
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 @@ -92,7 +92,7 @@ dependencies {
implementation("org.slf4j:slf4j-api")
implementation("org.slf4j:jul-to-slf4j")

implementation("io.github.microutils:kotlin-logging:3.0.4")
implementation("io.github.microutils:kotlin-logging:3.0.5")

implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Expand Down

0 comments on commit 9480813

Please sign in to comment.