Skip to content

Commit

Permalink
chore(deps): Update dependency io.github.oshai:kotlin-logging-jvm to …
Browse files Browse the repository at this point in the history
…v5.1.1
  • Loading branch information
renovate[bot] authored and powercasgamer committed Nov 30, 2023
1 parent 7306e57 commit 6a832ec
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.0")
implementation("io.github.oshai:kotlin-logging-jvm:5.1.1")
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 6a832ec

Please sign in to comment.