Skip to content

Commit e84a8d8

Browse files
committed
Bumped Jackson version
1 parent 8cff800 commit e84a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ext {
115115
}
116116

117117
dependencies {
118-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0'
118+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.21.2'
119119
implementation (group: 'com.google.guava', name: 'guava', version:'32.1.2-jre') {
120120
// needed due to https://github.com/google/guava/issues/6654
121121
exclude group: "org.mockito", module: "mockito-core"

0 commit comments

Comments
 (0)