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.
com.fasterxml.jackson.core:jackson-databind
1 parent d9814a0 commit 49dcb15Copy full SHA for 49dcb15
build.gradle
@@ -73,7 +73,7 @@ repositories {
73
}
74
75
dependencies {
76
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.2.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.4.2'
77
implementation group: 'com.google.guava', name: 'guava', version:'30.0-jre'
78
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
79
testImplementation group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
@@ -86,4 +86,4 @@ task exportVersion() {
86
doLast {
87
new File(rootDir, "version.txt").text = "$version"
88
89
-}
+}
0 commit comments