Skip to content

Commit

Permalink
chore(deps): Update dependency io.github.oshai:kotlin-logging-jvm to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 3c4ff6f commit 7dea20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val operatingSystem: OperatingSystem = DefaultNativePlatform.getCurrentOperating
dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
implementation("io.github.oshai:kotlin-logging-jvm:5.1.1")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.6")
runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
implementation("org.slf4j:slf4j-simple:2.0.9")
Expand Down

0 comments on commit 7dea20e

Please sign in to comment.