From a1fa98265362db552c64b464400a2d51cb628c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:48:18 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 in /tests Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 73fc3c23..b80d87d1 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'io.github.bonigarcia:webdrivermanager:5.9.2' testImplementation 'org.seleniumhq.selenium:selenium-java:4.25.0' testImplementation 'com.evanlennick:retry4j:0.15.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' testImplementation 'org.hamcrest:hamcrest:3.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'