Skip to content

Commit

Permalink
Update logback monorepo to v1.5.14 (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 11e81f1 commit 762d319
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.12'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.12'
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: 'io.github.openfeign', name: 'feign-okhttp', version: '13.5'
constraints {
Expand Down

0 comments on commit 762d319

Please sign in to comment.