diff --git a/backend/common/build.gradle b/backend/common/build.gradle index 4e0a793..a2873d8 100644 --- a/backend/common/build.gradle +++ b/backend/common/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.13.4') + testImplementation platform('org.junit:junit-bom:6.0.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }