diff --git a/PCGen-Formula/build.gradle b/PCGen-Formula/build.gradle index 3181f872868..bdb527843dc 100644 --- a/PCGen-Formula/build.gradle +++ b/PCGen-Formula/build.gradle @@ -37,7 +37,7 @@ dependencies { javacc 'net.java.dev.javacc:javacc:7.0.13' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testImplementation 'junit:junit:4.13.2' diff --git a/PCGen-base/build.gradle b/PCGen-base/build.gradle index 1cc5deeb0b8..d1410c1b819 100644 --- a/PCGen-base/build.gradle +++ b/PCGen-base/build.gradle @@ -26,7 +26,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' diff --git a/build.gradle b/build.gradle index 108be993871..58f586bd484 100644 --- a/build.gradle +++ b/build.gradle @@ -242,7 +242,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:26.1.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' - testImplementation platform('org.junit:junit-bom:6.0.3') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params'