From 4bb7d22302edb4cb35bf9ee65cfe05a6e4bd76d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:42:23 +0000 Subject: [PATCH] Bump com.codeborne:selenide-junit4 from 7.5.0 to 7.5.1 Bumps [com.codeborne:selenide-junit4](https://github.com/selenide/selenide) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/selenide/selenide/releases) - [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md) - [Commits](https://github.com/selenide/selenide/compare/v7.5.0...v7.5.1) --- updated-dependencies: - dependency-name: com.codeborne:selenide-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b1b0bd..cafc266 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories{ dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'com.codeborne:selenide-junit4:7.5.0' + testImplementation 'com.codeborne:selenide-junit4:7.5.1' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16' }