Skip to content

Commit

Permalink
Require log4j-2.16.0 (#749)
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Dec 15, 2021
1 parent 898a3ff commit e3d5b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ subprojects {
}
implementation('org.apache.logging.log4j:log4j-core') {
version {
require '2.15.0'
require '2.16.0'
}
because 'Log4j 2.15.0 fixes CVE-2021-44228'
because 'Log4j 2.16.0 fixes CVE-2021-44228 and CVE-2021-45046'
}
implementation('org.apache.logging.log4j:log4j-api') {
version {
require '2.15.0'
require '2.16.0'
}
because 'the build fails if the Log4j API is not update along with log4j-core'
}
Expand Down

0 comments on commit e3d5b67

Please sign in to comment.