From 3e54e422de177ededb361aaec4c4f1e716914b2f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 2 Jan 2025 11:25:51 +0100 Subject: Upgrade slf4j in aai-common - upgrade slf4j (1.7.25->1.7.36) - add all slf4j dependencies to dependencyManagement Issue-ID: AAI-4092 Change-Id: I57f970253ccd200646048c41463769bafe07911e Signed-off-by: Fiete Ostkamp --- aai-schema-ingest/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'aai-schema-ingest/pom.xml') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 23404b20..43c3c64a 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -33,10 +33,6 @@ limitations under the License. aai-schema-ingest jar - - 4.5.13 - 4.3.24.RELEASE - @@ -117,6 +113,14 @@ limitations under the License. org.apache.httpcomponents httpclient + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + org.springframework spring-test -- cgit