Skip to content

Commit

Permalink
Bump jackson-databind dependency to 2.13.2 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 13, 2022
1 parent 8d001bc commit 537c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.12.6'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.2'
implementation group: 'com.google.guava', name: 'guava', version:'30.0-jre'
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
Expand Down

0 comments on commit 537c19b

Please sign in to comment.