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