diff --git a/build.gradle b/build.gradle index 976d7bd..e8b24df 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ tasks.checkstyleTest { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.1.4' + implementation 'tools.jackson.core:jackson-databind:3.2.0' implementation 'tools.jackson.module:jackson-module-blackbird:3.2.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' testImplementation platform('org.junit:junit-bom:6.1.0')