From 88984fd7016af4d7c712d3d956292f538ddccac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:52:03 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.10.3 to 5.11.2 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- tests/java-tests/build.gradle.kts | 2 +- tests/long-running-tests/build.gradle.kts | 2 +- tests/property-tests/build.gradle.kts | 2 +- vim-engine/build.gradle.kts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3638c612b7..ceec8d0951 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -160,7 +160,7 @@ dependencies { // Temp workaround suggested in https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#junit5-test-framework-refers-to-junit4 // Can be removed when IJPL-159134 is fixed // testRuntimeOnly("junit:junit:4.13.2") - testImplementation("org.junit.vintage:junit-vintage-engine:5.10.3") + testImplementation("org.junit.vintage:junit-vintage-engine:5.11.2") // testFixturesImplementation("org.junit.vintage:junit-vintage-engine:5.10.3") } diff --git a/tests/java-tests/build.gradle.kts b/tests/java-tests/build.gradle.kts index f985422cf1..6d011722a8 100644 --- a/tests/java-tests/build.gradle.kts +++ b/tests/java-tests/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion") testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion") testImplementation(testFixtures(project(":"))) // The root project - testImplementation("org.junit.vintage:junit-vintage-engine:5.10.3") + testImplementation("org.junit.vintage:junit-vintage-engine:5.11.2") intellijPlatform { // Snapshots don't use installers diff --git a/tests/long-running-tests/build.gradle.kts b/tests/long-running-tests/build.gradle.kts index c6664b7c7d..a8abb6fa50 100644 --- a/tests/long-running-tests/build.gradle.kts +++ b/tests/long-running-tests/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion") testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion") testImplementation(testFixtures(project(":"))) // The root project - testImplementation("org.junit.vintage:junit-vintage-engine:5.10.3") + testImplementation("org.junit.vintage:junit-vintage-engine:5.11.2") intellijPlatform { // Snapshots don't use installers diff --git a/tests/property-tests/build.gradle.kts b/tests/property-tests/build.gradle.kts index f8e7ad3f93..de7e69b501 100644 --- a/tests/property-tests/build.gradle.kts +++ b/tests/property-tests/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion") testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion") testImplementation(testFixtures(project(":"))) // The root project - testImplementation("org.junit.vintage:junit-vintage-engine:5.10.3") + testImplementation("org.junit.vintage:junit-vintage-engine:5.11.2") intellijPlatform { // Snapshots don't use installers diff --git a/vim-engine/build.gradle.kts b/vim-engine/build.gradle.kts index e0417e205d..a505af70e1 100644 --- a/vim-engine/build.gradle.kts +++ b/vim-engine/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { // Temp workaround suggested in https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#junit5-test-framework-refers-to-junit4 // Can be removed when IJPL-159134 is fixed // testRuntimeOnly("junit:junit:4.13.2") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.3") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-test testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")