From 1123c6acc10c813bf84bcd5bc3fb08e4c8c0c179 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:07:16 +0000 Subject: [PATCH] Update org.junit.jupiter to v5.11.3 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a955588..6243094 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,8 +41,8 @@ subprojects { implementation("org.seasar.doma:doma-slf4j:${domaVersion}") runtimeOnly("ch.qos.logback:logback-classic:1.5.11") runtimeOnly("com.h2database:h2:2.3.232") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") } eclipse {