diff --git a/settings.gradle.kts b/settings.gradle.kts index f448df6ea5..b62ab5e250 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -31,9 +31,9 @@ if (kokoroRun == true) { // NECESSARY force of the Jackson to run generateSearchParams in the new version of HAPI (6.8) buildscript { dependencies { - classpath("com.fasterxml.jackson.core:jackson-core:2.16.0") + classpath("com.fasterxml.jackson.core:jackson-core:2.20.0") classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3") - classpath("com.fasterxml.jackson.core:jackson-databind:2.16.0") + classpath("com.fasterxml.jackson.core:jackson-databind:2.20.0") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0") classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0") classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")