diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a7ff1c1f..c12420eda8 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 c0f46bc7bc..3f5749b2aa 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 1a4eca507c..3fd691538c 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