Skip to content

Commit

Permalink
build(deps): upgrade logback-classic to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Dec 22, 2021
1 parent 0953e40 commit 67fff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation group: 'org.ow2.asm', name: 'asm', version: '7.2'

implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
implementation group: 'com.google.code.findbugs', name: 'annotations', version: '3.0.1'

Expand Down

0 comments on commit 67fff83

Please sign in to comment.