From 2fd488531b63361df604e54b61ed334de8b290cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:40:02 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.10.3 to 5.10.5 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.3 to 5.10.5. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.10.5) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 ef771c2ad..84331fae0 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.10.5") // 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 fc43dce31..1e4ac3f59 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.10.5") 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 c6664b7c7..137a35891 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.10.5") intellijPlatform { // Snapshots don't use installers diff --git a/tests/property-tests/build.gradle.kts b/tests/property-tests/build.gradle.kts index f8e7ad3f9..e74582d46 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.10.5") intellijPlatform { // Snapshots don't use installers diff --git a/vim-engine/build.gradle.kts b/vim-engine/build.gradle.kts index 066a2f094..574ccc232 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.10.5") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-test testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")