From cdb4c38c4c063902ae86a8218cfcef4bdb26d8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:26:55 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-suite from 1.11.0 to 1.11.1 (#1428) Co-authored-by: Boni Garcia --- junit5-cucumber-selenium/build.gradle | 2 +- junit5-cucumber/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/junit5-cucumber-selenium/build.gradle b/junit5-cucumber-selenium/build.gradle index 68c865a89..ca24eb3f5 100644 --- a/junit5-cucumber-selenium/build.gradle +++ b/junit5-cucumber-selenium/build.gradle @@ -7,7 +7,7 @@ ext { logbackVersion = '1.5.8' junitJupiterVersion = '5.11.0' - junitPlatformSuiteVersion = '1.11.0' + junitPlatformSuiteVersion = '1.11.1' cucumberVersion = '7.19.0' seleniumJavaVersion = '4.25.0' webdrivermanagerVersion = '5.9.2' diff --git a/junit5-cucumber/build.gradle b/junit5-cucumber/build.gradle index efeedb3bf..fbd0f4416 100644 --- a/junit5-cucumber/build.gradle +++ b/junit5-cucumber/build.gradle @@ -7,7 +7,7 @@ ext { logbackVersion = '1.5.8' junitJupiterVersion = '5.11.0' - junitPlatformSuiteVersion = '1.11.0' + junitPlatformSuiteVersion = '1.11.1' cucumberVersion = '7.19.0' }