Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-api to v2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent 25cd741 commit 0cdf374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: reformLoggingVersion
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '5.3'

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.14.1'
implementation 'org.projectlombok:lombok:1.18.30'
//implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '10.1.0'
Expand Down

0 comments on commit 0cdf374

Please sign in to comment.