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 9c53559 + 6f21ec6 commit ff34bb0Copy full SHA for ff34bb0
build.gradle.kts
@@ -44,7 +44,7 @@ dependencies {
44
45
implementation("ch.qos.logback:logback-classic")
46
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0")
48
49
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
50
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
0 commit comments