diff --git a/backend/build.gradle b/backend/build.gradle index 93e15c28..28c1a59d 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:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation('org.junit.jupiter:junit-jupiter') } }