Skip to content

Commit

Permalink
fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v6…
Browse files Browse the repository at this point in the history
….0.3
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent 51c64a7 commit f1131a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/mklanguages/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("com.github.h0tk3y.betterParse:better-parse:0.4.4")

// Logging
implementation("io.github.oshai:kotlin-logging-jvm:6.0.1")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11")

// Testing
Expand Down
2 changes: 1 addition & 1 deletion tools/mkserverversions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("com.apollographql.apollo3:apollo-runtime:3.8.2")

// Logging
implementation("io.github.oshai:kotlin-logging-jvm:5.1.0")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11")

// Moshi
Expand Down
2 changes: 1 addition & 1 deletion tools/mvstring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {

dependencies {
// Logging
implementation("io.github.oshai:kotlin-logging-jvm:5.1.0")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.3")
implementation("ch.qos.logback:logback-classic:1.4.11")

// Testing
Expand Down

0 comments on commit f1131a7

Please sign in to comment.