File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ subprojects {
72
72
dependencies {
73
73
implementation(" org.slf4j:slf4j-api:2.0.12" )
74
74
75
- testImplementation(" ch.qos.logback:logback-classic:1.5.0 " )
75
+ testImplementation(" ch.qos.logback:logback-classic:1.5.3 " )
76
76
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2'
77
77
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.10.2'
78
78
testImplementation project(' :key.util' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
api ' com.miglayout:miglayout-swing:11.3'
24
24
25
25
// logging implementation used by the slf4j
26
- implementation ' ch.qos.logback:logback-classic:1.5.0 '
26
+ implementation ' ch.qos.logback:logback-classic:1.5.3 '
27
27
28
28
api ' org.key-project:docking-frames-common:1.1.3p1'
29
29
api ' org.key-project:docking-frames-core:1.1.3p1'
You can’t perform that action at this time.
0 commit comments