We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d3f49f + 156838f commit 6f06ac2Copy full SHA for 6f06ac2
1 file changed
providers/jackson3/build.gradle
@@ -8,7 +8,7 @@ compileJava {
8
9
dependencies {
10
api project(':json-schema')
11
- implementation 'tools.jackson.core:jackson-databind:3.0.2'
+ implementation 'tools.jackson.core:jackson-databind:3.0.3'
12
13
testImplementation testFixtures(project(':json-schema'))
14
}
0 commit comments