Skip to content

Commit

Permalink
upgrade log4j from 2.20.0 to 2.21.1
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
  • Loading branch information
hankem authored and codecholeric committed Nov 5, 2023
1 parent d6030be commit 14d62e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ ext {
}
},
slf4j : [group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'],
log4j_api : [group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'],
log4j_core : [group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'],
log4j_slf4j : [group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.20.0'],
log4j_api : [group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.21.1'],
log4j_core : [group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.21.1'],
log4j_slf4j : [group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.21.1'],

junit4 : [group: 'junit', name: 'junit', version: '4.13.2'],
junit5JupiterApi : [group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.0'],
Expand Down

0 comments on commit 14d62e2

Please sign in to comment.