Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-core to v1.5.2 (#934)
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] committed Mar 4, 2024
1 parent 812c904 commit 9c2351a
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 @@ -123,7 +123,7 @@ dependencies {
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.3.0'

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

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

0 comments on commit 9c2351a

Please sign in to comment.