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 @@ -29,8 +29,8 @@ dependencies {
2929 api " org.slf4j:jcl-over-slf4j:2.0.16"
3030 api " org.slf4j:jul-to-slf4j:2.0.16"
3131 api " org.slf4j:log4j-over-slf4j:2.0.16"
32- api " ch.qos.logback:logback-classic:1.5.13 "
33- api " ch.qos.logback:logback-core:1.5.13 "
32+ api " ch.qos.logback:logback-classic:1.5.16 "
33+ api " ch.qos.logback:logback-core:1.5.16 "
3434 api " org.codehaus.gpars:gpars:1.2.1"
3535 api(" ch.artecat.grengine:grengine:3.0.2" ) { exclude group : ' org.codehaus.groovy' }
3636 api " commons-lang:commons-lang:2.6"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sourceSets {
2525}
2626
2727dependencies {
28- api " ch.qos.logback:logback-classic:1.5.13 "
28+ api " ch.qos.logback:logback-classic:1.5.16 "
2929 api " org.apache.groovy:groovy:4.0.24"
3030 api " org.apache.groovy:groovy-nio:4.0.24"
3131 api " commons-lang:commons-lang:2.6"
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.13 "
32+ api " ch.qos.logback:logback-classic:1.5.16 "
3333 api " org.apache.groovy:groovy:4.0.24"
3434 api " org.apache.groovy:groovy-nio:4.0.24"
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