Skip to content

Commit 41b80b6

Browse files
committed
Bumped jackson dependency
1 parent 49e8ff1 commit 41b80b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18.6'
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)