diff --git a/build.gradle b/build.gradle index 906e0c8..0deb057 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { } dependencies { - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'uk.co.jemos.podam:podam:8.0.2.RELEASE' }