Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-core to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 687c0e2 commit e9e22fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ dependencies {
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.6'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.13'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.7'

implementation group: 'org.apache.commons', name: 'commons-text', version: '1.12.0'
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.11.0'
Expand Down

0 comments on commit e9e22fc

Please sign in to comment.