diff --git a/build.gradle.kts b/build.gradle.kts index 976a2fba..a12fb739 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { exclude(group = "commons-logging", module = "commons-logging") } - implementation("com.fasterxml.jackson.core:jackson-databind:2.16.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0") add(includedLibs.name, "com.gradle:gradle-enterprise-maven-extension:${gradleEnterpriseMavenExtensionVersion}") add(includedLibs.name, "com.gradle:common-custom-user-data-maven-extension:${commonCustomUserDataMavenExtensionVersion}")