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 15, 2021
1 parent dda450a commit 402c14f
Show file tree
Hide file tree
Showing 3 changed files with 4 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.14.1"
implementation "org.apache.logging.log4j:log4j-core:2.16.0"
implementation('org.vafer:jdependency:2.7.0') {
exclude group: 'org.ow2.asm'
}
Expand Down
2 changes: 2 additions & 0 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
## v7.1.1 (2021-12-14)
* Upgrade log4j to 2.16.0 due to CVE-2021-44228 and CVE-2021-45046

## v7.1.0 (2021-10-04)
* **BREAKING** - The maven coordinates for the plugins have changed as of this version. The proper `group:artifact` is `gradle.plugin.com.github.johnrengelman:shadow`
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.0
7.1.1

0 comments on commit 402c14f

Please sign in to comment.