Skip to content

Commit 128b5d3

Browse files
committed
feat(dependencies): bump logback from 1.2.9 to 1.2.13
1 parent 89b53e6 commit 128b5d3

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
@@ -39,7 +39,7 @@ subprojects {
3939
dependencies {
4040
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
4141
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'
42+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'
4343
implementation "com.google.code.findbugs:jsr305:3.0.0"
4444
implementation group: 'org.springframework', name: 'spring-context', version: '5.3.18'
4545
implementation group: 'org.springframework', name: 'spring-tx', version: '5.3.18'

0 commit comments

Comments
 (0)