From 1f21e557905e351c6ed3add19596b43517939dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Thu, 28 Sep 2023 17:31:09 +0200 Subject: [PATCH] update to jackson 2.15.2 --- elx-api/build.gradle | 2 +- elx-http/src/main/java/org/xbib/elx/http/HttpAction.java | 4 +++- gradle.properties | 2 +- gradle/test/junit5.gradle | 4 ++-- settings.gradle | 8 ++++---- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/elx-api/build.gradle b/elx-api/build.gradle index 93445e2..b4a9e61 100644 --- a/elx-api/build.gradle +++ b/elx-api/build.gradle @@ -1,7 +1,7 @@ dependencies { api libs.metrics api libs.elasticsearch - // override old artifacts in ES x-content. We must use jackson smile/cbor/yaml and log4j2 api here. + // override older artifacts in ES x-content. We must use jackson smile/cbor/yaml and log4j2 api here. api libs.jackson api libs.log4j.api // add dependencies which are not managed by elasticsearch as a runtime dependency. diff --git a/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java b/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java index 3ebafba..29d77e0 100644 --- a/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java +++ b/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java @@ -141,7 +141,9 @@ public abstract class HttpAction