We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7560549 commit 117aea2Copy full SHA for 117aea2
build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
54
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
55
implementation group: 'org.springframework', name: 'spring-context', version:springVersion
56
- implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
+ implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
57
implementation (group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.13') {
58
exclude(module: 'slf4j-api')
59
}
0 commit comments