From 80f6d934c3ecc271b6c682d34695911ad3b26d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:40:04 +0000 Subject: [PATCH] fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.15 --- 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 f440d3d3..7e7216b1 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.14' + implementation 'ch.qos.logback:logback-classic:1.5.15' implementation 'org.codehaus.groovy:groovy-cli-commons:3.0.23' 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.14' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.15' } test { diff --git a/core/build.gradle b/core/build.gradle index 2f130aff..919dceb5 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.14' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.15' } test { diff --git a/server-integration-test/build.gradle b/server-integration-test/build.gradle index bd59be01..d04583ed 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.14' + testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.15' testRuntimeOnly 'cglib:cglib-nodep:3.3.0' testRuntimeOnly 'org.objenesis:objenesis:3.4' }