From 3c97911f7ae0831697dee19279996f49f0bc4856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:13:26 +0000 Subject: [PATCH] Update junit5 monorepo --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b6fac19..f508410 100644 --- a/build.gradle +++ b/build.gradle @@ -244,13 +244,13 @@ dependencies { testImplementation 'org.testcontainers:junit-jupiter:1.20.2' testImplementation 'org.testcontainers:postgresql' - testImplementation(platform('org.junit:junit-bom:5.11.2')) + testImplementation(platform('org.junit:junit-bom:5.11.3')) testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', { exclude group: 'junit', module: 'junit' exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation 'org.junit.platform:junit-platform-suite:1.11.2' + testImplementation 'org.junit.platform:junit-platform-suite:1.11.3' testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1' }