From ee30854bd989fcb22e5a32f54505ff57cf065c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Thu, 26 Oct 2023 20:01:41 +0200 Subject: [PATCH] Bump Jackson from 2.15.2 to 2.15.3 (#2301) --- settings.gradle.kts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 6993d48be4..585f3f934f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -31,13 +31,13 @@ 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.15.2") - classpath("com.fasterxml.jackson.core:jackson-annotations:2.15.2") - classpath("com.fasterxml.jackson.core:jackson-databind:2.15.2") - classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2") - classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2") - classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2") - classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2") + 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.15.3") + classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3") + classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.3") + classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3") + classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3") } }