diff --git a/build.gradle b/build.gradle index 094fcf4..ecd2401 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ repositories { dependencies { implementation gradleApi() - implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' implementation 'org.yaml:snakeyaml:2.5' testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'