From 38edd116b065f4a8941c5c081661d3bfb07124de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:47:52 +0000 Subject: [PATCH] Bump com.codeborne:selenide-junit4 from 7.0.0 to 7.4.2 Bumps [com.codeborne:selenide-junit4](https://github.com/selenide/selenide) from 7.0.0 to 7.4.2. - [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.0.0...v7.4.2) --- updated-dependencies: - dependency-name: com.codeborne:selenide-junit4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0746c8..9a0621a 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.0.0' + testImplementation 'com.codeborne:selenide-junit4:7.4.2' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16' }