Skip to content

Commit

Permalink
feat(dependencies): update slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 committed Aug 20, 2024
1 parent cb7e49d commit 6e78889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ subprojects {
}

dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.6' // pf4j
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '2.0.6' // pf4j
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
implementation group: 'com.google.guava', name: 'guava', version: '30.1-jre'
implementation "com.google.code.findbugs:jsr305:3.0.0"
Expand Down

0 comments on commit 6e78889

Please sign in to comment.