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 89b53e6 commit 128b5d3Copy full SHA for 128b5d3
build.gradle
@@ -39,7 +39,7 @@ subprojects {
39
dependencies {
40
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
41
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
42
- implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
+ implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'
43
implementation "com.google.code.findbugs:jsr305:3.0.0"
44
implementation group: 'org.springframework', name: 'spring-context', version: '5.3.18'
45
implementation group: 'org.springframework', name: 'spring-tx', version: '5.3.18'
0 commit comments