diff --git a/lib/build.gradle b/lib/build.gradle index 3e98e33c..dd0d043b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -60,7 +60,7 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60' testImplementation 'junit:junit:4.12' testImplementation 'net.jodah:concurrentunit:0.4.3'