diff --git a/checker/build.gradle b/checker/build.gradle index 19708ab..353b26c 100644 --- a/checker/build.gradle +++ b/checker/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation project(':framework') implementation "io.github.eisop:checker-qual:${versions.eisopVersion}" - testImplementation platform('org.junit:junit-bom:5.10.0') + testImplementation platform('org.junit:junit-bom:6.0.2') testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation project(':test-utils') diff --git a/test-utils/build.gradle b/test-utils/build.gradle index 98dd431..5c5d28c 100644 --- a/test-utils/build.gradle +++ b/test-utils/build.gradle @@ -4,6 +4,6 @@ plugins { dependencies { api project(':framework') - api platform('org.junit:junit-bom:5.10.0') + api platform('org.junit:junit-bom:6.0.2') api 'org.junit.jupiter:junit-jupiter' }