Skip to content

Commit

Permalink
Security: Bump jackson-databind to 2.13.2.2 (#144)
Browse files Browse the repository at this point in the history
* Bump jackson-databind to 2.13.2.1

* Bump to 2.13.2.2
  • Loading branch information
evansims committed Mar 30, 2022
1 parent 1ac348e commit a74946f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -60,7 +60,7 @@ repositories {
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.2.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 a74946f

Please sign in to comment.