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 9360ca4 commit c994d44Copy full SHA for c994d44
examples/build.gradle.kts
@@ -46,6 +46,6 @@ dependencies {
46
47
implementation("org.apache.logging.log4j:log4j-api:2.25.1")
48
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1")
49
- implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
50
implementation("org.apache.commons:commons-lang3:3.18.0")
51
}
0 commit comments