Skip to content

Commit

Permalink
Merge pull request #9 from woltapp/dependabot/gradle/io.github.oshai-…
Browse files Browse the repository at this point in the history
…kotlin-logging-jvm-6.0.9

Bump io.github.oshai:kotlin-logging-jvm from 5.1.0 to 6.0.9
  • Loading branch information
muatik authored May 29, 2024
2 parents 13219bf + 0a184f3 commit fc3a3bd
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 @@ -24,7 +24,7 @@ dependencies {
implementation("io.ktor:ktor-server-content-negotiation:${ktorVersion}")
implementation("io.ktor:ktor-serialization-kotlinx-json:${ktorVersion}")

implementation("io.github.oshai:kotlin-logging-jvm:5.1.0")
implementation("io.github.oshai:kotlin-logging-jvm:6.0.9")

testImplementation("io.ktor:ktor-server-status-pages:2.3.11")
testImplementation("io.ktor:ktor-server-test-host:${ktorVersion}")
Expand Down

0 comments on commit fc3a3bd

Please sign in to comment.