Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent ae01b1f commit 79911cd
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 @@ -33,7 +33,7 @@ dependencies {
implementation 'info.picocli:picocli:4.7.5'

implementation 'org.slf4j:slf4j-api:2.0.12'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.2'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.2'

annotationProcessor 'org.inferred:freebuilder:2.8.0'
Expand Down

0 comments on commit 79911cd

Please sign in to comment.