Skip to content

Commit

Permalink
Upgrade log4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Dec 29, 2021
1 parent 402c14f commit 0bc5443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'commons-io:commons-io:2.11.0'
implementation 'org.apache.ant:ant:1.10.11'
implementation 'org.codehaus.plexus:plexus-utils:3.4.1'
implementation "org.apache.logging.log4j:log4j-core:2.16.0"
implementation "org.apache.logging.log4j:log4j-core:2.17.1"
implementation('org.vafer:jdependency:2.7.0') {
exclude group: 'org.ow2.asm'
}
Expand Down
3 changes: 3 additions & 0 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## v7.1.2 (2021-12-28)
* Upgrade log4j to 2.17.1 due to CVE-2021-45105 and CVE-2021-44832

## v7.1.1 (2021-12-14)
* Upgrade log4j to 2.16.0 due to CVE-2021-44228 and CVE-2021-45046

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/shadow-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1
7.1.2

0 comments on commit 0bc5443

Please sign in to comment.