diff --git a/backend/build.gradle b/backend/build.gradle index b72e7191..6899245a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -160,7 +160,7 @@ subprojects { implementation "com.rometools:rome-opml:2.1.0" - testImplementation(platform('org.junit:junit-bom:6.1.1')) + testImplementation(platform('org.junit:junit-bom:6.1.2')) testImplementation('org.junit.jupiter:junit-jupiter') } }