Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.3 (#935)
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 Mar 5, 2024
1 parent b973a59 commit 6d0c0f9
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 @@ -124,7 +124,7 @@ dependencies {

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.4'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.2'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.2'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.3'

compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
Expand Down

0 comments on commit 6d0c0f9

Please sign in to comment.