Skip to content

Commit

Permalink
Merge pull request #413 from crowdin/git4j-vulnerability-fix-2
Browse files Browse the repository at this point in the history
Update log4j to 2.16.0
  • Loading branch information
andrii-bodnar authored Dec 15, 2021
2 parents 7636606 + 579fbdb commit 1dd6b5c
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 1dd6b5c

Please sign in to comment.