From 40c93d7bcfd1b7d5895ccae85182c1874f497610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 03:53:53 +0000 Subject: [PATCH] Bump com.codeborne:selenide-junit4 from 7.4.0 to 7.4.1 Bumps [com.codeborne:selenide-junit4](https://github.com/selenide/selenide) from 7.4.0 to 7.4.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.4.0...v7.4.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 37e1240..585014d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ repositories { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'com.codeborne:selenide-junit4:7.4.0' + testImplementation 'com.codeborne:selenide-junit4:7.4.1' implementation 'org.slf4j:slf4j-simple:2.0.13' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.13' }