diff --git a/core/build.gradle b/core/build.gradle index 9779064fc..4247f2bef 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'net.jcip:jcip-annotations:1.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.easymock:easymock:4.3' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.1' testImplementation 'org.slf4j:slf4j-jdk14:1.7.36' testImplementation 'com.h2database:h2:1.3.176' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.9'