We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4ff6f commit afd990aCopy full SHA for afd990a
app/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation(kotlin("reflect"))
26
implementation("io.github.oshai:kotlin-logging-jvm:5.1.1")
27
implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.6")
28
- runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
+ runtimeDownloadOnlyApi("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.0")
29
implementation("org.slf4j:slf4j-simple:2.0.9")
30
runtimeDownloadOnlyApi("io.javalin:javalin:6.0.0-SNAPSHOT")
31
runtimeDownloadOnlyApi("com.github.ben-manes.caffeine:caffeine:3.1.8")
0 commit comments