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

Commit

Permalink
chore(deps): bump ch.qos.logback:logback-core from 1.4.5 to 1.4.6 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent 548c2c8 commit 8498acd
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 @@ -34,7 +34,7 @@ dependencies {

implementation 'org.slf4j:slf4j-api:2.0.6'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.5'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.4.5'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.4.6'

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

0 comments on commit 8498acd

Please sign in to comment.