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") {