Skip to content

Commit 105a72f

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.27 (#469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad5fb0d commit 105a72f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

groovy-ssh/cli/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ repositories {
99

1010
dependencies {
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

2323
test {

groovy-ssh/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
description = 'Groovy SSH library'

groovy-ssh/server-integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)