Skip to content

Commit

Permalink
update jackson to 2.14.2 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Mar 31, 2023
1 parent e85a00a commit 652bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -72,7 +72,7 @@ javadoc {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'

testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 652bf7d

Please sign in to comment.