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 6275bb9 commit b69dc5dCopy full SHA for b69dc5d
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