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.
2 parents 06d6aed + b69dc5d commit 8269be0Copy full SHA for 8269be0
build.gradle.kts
@@ -47,7 +47,7 @@ dependencies {
47
implementation("io.micrometer:micrometer-registry-prometheus")
48
implementation("ch.qos.logback:logback-classic")
49
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
50
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
51
52
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
53
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
0 commit comments