Skip to content

Commit

Permalink
Update log4j to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frombetelgeuse committed Dec 15, 2021
1 parent 7636606 commit 579fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ repositories {
dependencies {
implementation 'org.json:json:20210307'
implementation 'commons-cli:commons-cli:1.4'
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
implementation 'org.apache.logging.log4j:log4j-api:2.16.0'
implementation 'org.apache.logging.log4j:log4j-core:2.16.0'
implementation 'org.yaml:snakeyaml:1.29'
implementation 'commons-io:commons-io:2.10.0'

Expand Down

0 comments on commit 579fbdb

Please sign in to comment.