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 org.slf4j:slf4j-api to v2.0.12 (#267)
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 Feb 6, 2024
1 parent ba6026d commit 27effa2
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 @@ -32,7 +32,7 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"
implementation 'info.picocli:picocli:4.7.5'

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

Expand Down

0 comments on commit 27effa2

Please sign in to comment.