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 512ca78 + 194542c commit 779d728Copy full SHA for 779d728
build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
41
implementation("io.micrometer:micrometer-registry-prometheus")
42
implementation("ch.qos.logback:logback-classic:1.2.11")
43
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
44
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
45
46
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
47
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
0 commit comments