Skip to content

Commit

Permalink
upgrade log4j2 to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Dec 16, 2021
1 parent 34047c4 commit 14e21ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ springBoot {
buildInfo()
}

// Fixes CVE-2021-44228.
ext['log4j2.version'] = '2.16.0'

dependencies {
compile('org.springframework.boot:spring-boot-starter-web')
compile("com.aerospike:aerospike-client:${aerospikeClientVersion}")
Expand Down

0 comments on commit 14e21ff

Please sign in to comment.