Skip to content

Commit

Permalink
chore(dependencies): use version 2.20.0 of log4j-bom
Browse files Browse the repository at this point in the history
to stay up to date
  • Loading branch information
dbyron-sf committed Aug 10, 2023
1 parent cb79623 commit 2140eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
*/
// Log4shell safeguard. Per analysis, log4j-core is not included in dependencies, but this would prevent transitive inclusion of it by extension
// platforms. Doing 2.16.0 which completely removes message lookups AND sets jndi to disabled by default
// 2.16.0 is subject to CVE-2021-45105. 2.17.0 is subject to CVE-2021-44832, so use 2.17.1.
api(platform("org.apache.logging.log4j:log4j-bom:2.17.1"))
// 2.16.0 is subject to CVE-2021-45105. 2.17.0 is subject to CVE-2021-44832, so use >= 2.17.1.
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))

//Upgrade of spring boot 2.5.x brings groovy 3.x as transitive dependency.
//To avoid transitive upgrade of groovy, pinning it with enforcedPlatform() closure.
Expand Down

0 comments on commit 2140eeb

Please sign in to comment.