Skip to content

Commit

Permalink
Bump io.github.microutils:kotlin-logging-jvm from 3.0.4 to 3.0.5 (#102)
Browse files Browse the repository at this point in the history
Bumps [io.github.microutils:kotlin-logging-jvm](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-old.md)
- [Commits](oshai/kotlin-logging@3.0.4...3.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent efeb05d commit 57f3c0a
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 @@ -71,7 +71,7 @@ nexusPublishing {
}

dependencies {
implementation("io.github.microutils:kotlin-logging-jvm:3.0.4")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("io.netty:netty-codec-redis:4.1.86.Final")
implementation("io.netty:netty-handler:4.1.101.Final")
implementation(kotlin("stdlib"))
Expand Down

0 comments on commit 57f3c0a

Please sign in to comment.