diff --git a/build.gradle b/build.gradle index 8157ada6..079450b9 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ ext { dependencies { // JUnit setup for testing - testImplementation(platform("org.junit:junit-bom:6.0.1")) + testImplementation(platform("org.junit:junit-bom:6.0.2")) testImplementation('org.junit.jupiter:junit-jupiter') testRuntimeOnly('org.junit.platform:junit-platform-launcher') // JSON object mapping / (de-)serialization