From 213b9789188e004a69c4029d05bb21c9e337f235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:47:58 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 70d9cea..722203e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,10 +78,10 @@ dependencies { testImplementation("org.testcontainers:junit-jupiter:1.21.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("ch.qos.logback:logback-core:1.6.1") - testImplementation("ch.qos.logback:logback-classic:1.6.1") - testImplementation("com.fasterxml.jackson.core:jackson-core:2.22.1") - testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.1") + testImplementation("ch.qos.logback:logback-core:1.6.3") + testImplementation("ch.qos.logback:logback-classic:1.6.3") + testImplementation("com.fasterxml.jackson.core:jackson-core:2.22.2") + testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.2") } tasks.withType {