Skip to content

Commit

Permalink
chore(deps): Update dependency com.fasterxml.jackson.module:jackson-m…
Browse files Browse the repository at this point in the history
…odule-kotlin to v2.17.1
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent 3c4ff6f commit 841c525
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 @@ -25,7 +25,7 @@ dependencies {
implementation(kotlin("reflect"))
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")
runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
implementation("org.slf4j:slf4j-simple:2.0.9")
runtimeDownloadOnlyApi("io.javalin:javalin:6.0.0-SNAPSHOT")
runtimeDownloadOnlyApi("com.github.ben-manes.caffeine:caffeine:3.1.8")
Expand Down

0 comments on commit 841c525

Please sign in to comment.