Skip to content

Commit

Permalink
Update log4j2 monorepo to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent 5afcb28 commit 283af3a
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 @@ -286,8 +286,8 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: reformLoggingVersion
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.4'

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

0 comments on commit 283af3a

Please sign in to comment.