Skip to content

Commit

Permalink
Upgrade log4j preferred version in BOM (#612)
Browse files Browse the repository at this point in the history
Reminder: BDK is not using log4j directly but defines its preferred
version in the BOM in case it used by BDK users via the spring boot
log4j starter for instance.

Upgrade to 2.17.0 for CVE-2021-45105

Co-authored-by: Youri Bonnaffe <[email protected]>
  • Loading branch information
symphony-elias and symphony-youri authored Dec 20, 2021
1 parent 704678e commit d416dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ dependencies {
api 'ch.qos.logback:logback-core:1.2.8'

// Just in case users are using log4j instead of logback (default), for CVE-2021-44228
api 'org.apache.logging.log4j:log4j-api:2.16.0'
api 'org.apache.logging.log4j:log4j-core:2.16.0'
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
api 'org.apache.logging.log4j:log4j-jul:2.16.0'
api 'org.apache.logging.log4j:log4j-api:2.17.0'
api 'org.apache.logging.log4j:log4j-core:2.17.0'
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
api 'org.apache.logging.log4j:log4j-jul:2.17.0'

api 'commons-io:commons-io:2.11.0'
api 'commons-codec:commons-codec:1.15'
Expand Down

0 comments on commit d416dd1

Please sign in to comment.