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 @@ -9,15 +9,15 @@ repositories {
99
1010dependencies {
1111 implementation project(' :groovy-ssh:core' )
12- implementation ' ch.qos.logback:logback-classic:1.5.25 '
12+ implementation ' ch.qos.logback:logback-classic:1.5.27 '
1313 implementation ' org.codehaus.groovy:groovy-cli-commons:3.0.25'
1414
1515 testImplementation project(' :groovy-ssh:server-integration-test' )
1616 testImplementation ' org.apache.sshd:sshd-core:2.2.0'
1717 testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3.0" )
1818 testImplementation " org.spockframework:spock-core"
1919 testImplementation " org.spockframework:spock-junit4"
20- testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.25 '
20+ testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.27 '
2121}
2222
2323test {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 testImplementation " org.spockframework:spock-junit4"
2121 testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
2222 testRuntimeOnly ' org.objenesis:objenesis:3.4'
23- testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.25 '
23+ testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.27 '
2424}
2525
2626description = ' Groovy SSH library'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3.0" )
1919 testImplementation " org.spockframework:spock-core"
2020 testImplementation " org.spockframework:spock-junit4"
21- testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.25 '
21+ testRuntimeOnly ' ch.qos.logback:logback-classic:1.5.27 '
2222 testRuntimeOnly ' cglib:cglib-nodep:3.3.0'
2323 testRuntimeOnly ' org.objenesis:objenesis:3.4'
2424}
You can’t perform that action at this time.
0 commit comments