From a9dc02c58f2262b00e9bba62126b2d1c9b55c130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:49:16 +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 2be634b..b52b4ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,10 +79,10 @@ dependencies { testImplementation("org.testcontainers:junit-jupiter:1.21.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("ch.qos.logback:logback-core:1.5.31") - testImplementation("ch.qos.logback:logback-classic:1.5.31") - testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.0") - testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0") + testImplementation("ch.qos.logback:logback-core:1.5.32") + testImplementation("ch.qos.logback:logback-classic:1.5.32") + testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.1") + testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1") } tasks.withType {