File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
3434 api " org.slf4j:jcl-over-slf4j:2.0.17"
3535 api " org.slf4j:jul-to-slf4j:2.0.17"
3636 api " org.slf4j:log4j-over-slf4j:2.0.17"
37- api " ch.qos.logback:logback-classic:1.5.20 "
38- api " ch.qos.logback:logback-core:1.5.20 "
37+ api " ch.qos.logback:logback-classic:1.5.25 "
38+ api " ch.qos.logback:logback-core:1.5.25 "
3939 api " org.codehaus.gpars:gpars:1.2.1"
4040 api(" ch.artecat.grengine:grengine:3.0.2" ) { exclude group : ' org.codehaus.groovy' }
4141 api " org.apache.commons:commons-lang3:3.18.0"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sourceSets {
2626
2727dependencies {
2828 api(project(' :nf-lang' ))
29- api " ch.qos.logback:logback-classic:1.5.20 "
29+ api " ch.qos.logback:logback-classic:1.5.25 "
3030 api " org.apache.groovy:groovy:4.0.30"
3131 api " org.apache.groovy:groovy-nio:4.0.30"
3232 api " org.apache.commons:commons-lang3:3.18.0"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ sourceSets {
2929
3030dependencies {
3131 api project(' :nf-commons' )
32- api " ch.qos.logback:logback-classic:1.5.20 "
32+ api " ch.qos.logback:logback-classic:1.5.25 "
3333 api " org.apache.groovy:groovy:4.0.30"
3434 api " org.apache.groovy:groovy-nio:4.0.30"
3535 api(" com.esotericsoftware.kryo:kryo:2.24.0" ) { exclude group : ' com.esotericsoftware.minlog' , module : ' minlog' }
You can’t perform that action at this time.
0 commit comments