diff --git a/PCGen-Formula/build.gradle b/PCGen-Formula/build.gradle index fc5379b2397..b312bc814de 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:6.1.1') + testImplementation platform('org.junit:junit-bom:6.1.2') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' diff --git a/PCGen-base/build.gradle b/PCGen-base/build.gradle index edc3941ffd6..4d233ad11a1 100644 --- a/PCGen-base/build.gradle +++ b/PCGen-base/build.gradle @@ -26,7 +26,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:6.1.1') + testImplementation platform('org.junit:junit-bom:6.1.2') 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 78b44fd4f34..0358a29f373 100644 --- a/build.gradle +++ b/build.gradle @@ -217,7 +217,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:26.1.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' - testImplementation platform('org.junit:junit-bom:6.1.1') + testImplementation platform('org.junit:junit-bom:6.1.2') testImplementation 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params'