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 {