diff --git a/DEPENDENCIES b/DEPENDENCIES index 5e411c592..81e8847d8 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -591,7 +591,6 @@ maven/mavencentral/org.junit.jupiter/junit-jupiter-engine/5.11.3, EPL-2.0, appro maven/mavencentral/org.junit.jupiter/junit-jupiter-params/5.11.3, EPL-2.0, approved, #15940 maven/mavencentral/org.junit.platform/junit-platform-commons/1.11.3, EPL-2.0, approved, #15936 maven/mavencentral/org.junit.platform/junit-platform-engine/1.11.3, EPL-2.0, approved, #15932 -maven/mavencentral/org.junit/junit-bom/5.11.2, EPL-2.0, approved, #16062 maven/mavencentral/org.junit/junit-bom/5.11.3, EPL-2.0, approved, #16062 maven/mavencentral/org.jvnet.mimepull/mimepull/1.9.15, CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, CQ21484 maven/mavencentral/org.latencyutils/LatencyUtils/2.0.3, CC0-1.0, approved, #15280 diff --git a/build.gradle.kts b/build.gradle.kts index 4cb0fa8d3..9bee4fafc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ allprojects { implementation("org.slf4j:slf4j-api:2.0.16") // this is used to counter version conflicts between the JUnit version pulled in by the plugin, // and the one expected by IntelliJ - testImplementation(platform("org.junit:junit-bom:5.11.2")) + testImplementation(platform("org.junit:junit-bom:5.11.3")) constraints { implementation("org.yaml:snakeyaml:2.3") {