From a8080ec7a9b8fb033c22b9fb39f761b11da264d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C4=ABga?= <72249435+liga-oz@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:15:10 +0100 Subject: [PATCH] Revert slf4j 2.x upgrade (#1096) --- CHANGELOG.md | 2 ++ pom.xml | 2 +- token-client/pom.xml | 8 -------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a7ff1c1..c12420eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. - [env] `CFEnvironment` has migrated to use btp-environment-variable-access library for accessing configuration from VCAP_SERVICES - [java-security] `XsUserInfoAdapter.getSystemAttribute()` supports in token `xs.system.attributes` values in string format along with string array +‼️ slf4j API version has been reverted back to 1.7.x to be in line with spring-boot 2.x supported slf4j API version + #### Dependency upgrades * Bump spring.boot.version from 2.7.8 to 2.7.9 * Bump spring.security.version from 5.8.1 to 5.8.2 diff --git a/pom.xml b/pom.xml index c0f46bc7b..3f5749b2a 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 1.1.1.RELEASE 3.4.24 2.19.0 - 2.0.6 + 1.7.36 20220924 0.5.2 3.0.2 diff --git a/token-client/pom.xml b/token-client/pom.xml index 1a4eca507..3fd691538 100644 --- a/token-client/pom.xml +++ b/token-client/pom.xml @@ -101,14 +101,6 @@ ch.qos.logback logback-classic - 1.3.0 - test - - - ch.qos.logback - logback-core - 1.3.0 - test io.github.hakky54