Skip to content

Commit

Permalink
Upgrade Log4j (#439) (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethAmazon authored Dec 16, 2021
1 parent 124c0ca commit 82a3b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions load-generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {
compileOnly 'info.picocli:picocli-codegen:4.3.2'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'

// local project can't be referenced in Dockerfile
// the workaround is build fat jar and copy it in Dockerfile for building docker image
Expand Down
4 changes: 2 additions & 2 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.16.1'

// log
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'

// mustache template
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.8.9'
Expand Down

0 comments on commit 82a3b8c

Please sign in to comment.