diff --git a/build.gradle b/build.gradle index afef9ae..f661a34 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.9.1') + testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'org.springframework.boot:spring-boot-starter' diff --git a/image/build.gradle b/image/build.gradle index 609680c..f9557c8 100644 --- a/image/build.gradle +++ b/image/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.9.1') + testImplementation platform('org.junit:junit-bom:5.11.0') 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.7.1' + intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' intTestRuntimeOnly 'org.junit.platform:junit-platform-launcher' intTestImplementation "org.testcontainers:testcontainers:1.20.1" // intTestRuntimeOnly "org.slf4j:slf4j-api:2.0.16"