diff --git a/settings.gradle.kts b/settings.gradle.kts index 507bbb8b42..b719de5c17 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -34,7 +34,7 @@ buildscript { classpath("com.fasterxml.jackson.core:jackson-core:2.15.3") classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.3") classpath("com.fasterxml.jackson.core:jackson-databind:2.16.0") - classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3") + 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") classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")