Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 (
Browse files Browse the repository at this point in the history
#379)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 5ad5a17 commit ca60d95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ repositories {

dependencies {
implementation project(':core')
implementation 'ch.qos.logback:logback-classic:1.5.11'
implementation 'ch.qos.logback:logback-classic:1.5.12'
implementation 'org.codehaus.groovy:groovy-cli-commons:3.0.22'

testImplementation project(':server-integration-test')
testImplementation 'org.apache.sshd:sshd-core:2.2.0'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.11'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.12'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
testRuntimeOnly 'org.objenesis:objenesis:3.4'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.11'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.12'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion server-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.11'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.12'
testRuntimeOnly 'cglib:cglib-nodep:3.3.0'
testRuntimeOnly 'org.objenesis:objenesis:3.4'
}
Expand Down

0 comments on commit ca60d95

Please sign in to comment.