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 b626286 commit 63df871Copy full SHA for 63df871
tests/tck-build-logic/build.gradle
@@ -33,7 +33,7 @@ publishing {
33
34
dependencies {
35
implementation(libs.nativeGradlePlugin)
36
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
37
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
38
testImplementation 'org.assertj:assertj-core:3.23.1'
39
}
0 commit comments