Skip to content

Commit

Permalink
Bump jackson-databind dependency to 2.13.2 (#542)
Browse files Browse the repository at this point in the history
* Bump `jackson-databind` dependency to 2.13

* Update build.gradle

* Update build.gradle
  • Loading branch information
evansims committed Mar 13, 2022
1 parent a043f02 commit 22f3147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -47,7 +47,7 @@ javadoc {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.6'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
testImplementation 'junit:junit:4.12'
testImplementation 'net.jodah:concurrentunit:0.4.3'
Expand Down

0 comments on commit 22f3147

Please sign in to comment.