diff --git a/build.gradle b/build.gradle index 4ad61d6..0ef3b12 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'in.wilsonl.minifyhtml:minify-html:0.15.0' implementation 'commons-io:commons-io:2.16.1' implementation 'com.google.javascript:closure-compiler:v20240317' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'org.graalvm.js:js:22.3.5' testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'