From a6119f181560881935104998737e4224f3e0ac35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:04:42 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.1 --- build.gradle | 2 +- image/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index dde49f4..f9c84d3 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ subprojects { apply plugin: 'io.spring.dependency-management' dependencies { - testImplementation platform('org.junit:junit-bom:5.11.0') + testImplementation platform('org.junit:junit-bom:5.11.1') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'org.springframework.boot:spring-boot-starter' diff --git a/image/build.gradle b/image/build.gradle index f9557c8..d39c44f 100644 --- a/image/build.gradle +++ b/image/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.11.0') + testImplementation platform('org.junit:junit-bom:5.11.1') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation "org.testcontainers:testcontainers:1.20.1" testImplementation "org.slf4j:slf4j-api:2.0.16" @@ -34,7 +34,7 @@ configurations { } dependencies { - intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' + intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' intTestRuntimeOnly 'org.junit.platform:junit-platform-launcher' intTestImplementation "org.testcontainers:testcontainers:1.20.1" // intTestRuntimeOnly "org.slf4j:slf4j-api:2.0.16"