Skip to content

Commit

Permalink
Update logback monorepo to v1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 762d319 commit 1e93db3
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 @@ -403,8 +403,8 @@ dependencies {
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.14'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.14'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.15'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.15'

implementation group: 'io.github.openfeign', name: 'feign-okhttp', version: '13.5'
constraints {
Expand Down

0 comments on commit 1e93db3

Please sign in to comment.