From ca60d95c0985d66f2f73794fe396769cb2d38e71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:03:21 +0000 Subject: [PATCH] fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.12 (#379) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cli/build.gradle | 4 ++-- core/build.gradle | 2 +- server-integration-test/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index f08c3454..4b7a5e1d 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -9,7 +9,7 @@ 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') @@ -17,7 +17,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' } test { diff --git a/core/build.gradle b/core/build.gradle index 5c3db120..5b8901f1 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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 { diff --git a/server-integration-test/build.gradle b/server-integration-test/build.gradle index ef601603..e71ac094 100644 --- a/server-integration-test/build.gradle +++ b/server-integration-test/build.gradle @@ -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' }