Skip to content

Commit 117aea2

Browse files
committed
slf4j
1 parent 7560549 commit 117aea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
5454
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
5555
implementation group: 'org.springframework', name: 'spring-context', version:springVersion
56-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
56+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
5757
implementation (group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.13') {
5858
exclude(module: 'slf4j-api')
5959
}

0 commit comments

Comments
 (0)