diff --git a/build.gradle b/build.gradle index a6103d8..17a4133 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ tasks.checkstyleTest { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.1.2' + implementation 'tools.jackson.core:jackson-databind:3.1.3' implementation 'tools.jackson.module:jackson-module-blackbird:3.1.3' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' testImplementation platform('org.junit:junit-bom:6.0.3')