Skip to content

Commit

Permalink
Merge pull request aim42#297 from rdmueller/issue-293
Browse files Browse the repository at this point in the history
fix aim42#293 - upgraded log4j
  • Loading branch information
gernotstarke authored Jan 14, 2022
2 parents 38fff0d + 17c2341 commit 3d923b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ dependencies {

implementation gradleApi()

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'

// since gradle 4.6, annotation processors shall be explicitly declared
// (instead of just having them in the compile-group)
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.3'
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.17.1'


// jsoup is our awesome html parser, see jsoup.org
Expand Down

0 comments on commit 3d923b1

Please sign in to comment.