From b9b1b35de56b38acca5074dc958bfc525eb7ae42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:53:15 +0000 Subject: [PATCH] Bump com.codeborne:selenide-junit4 from 7.16.2 to 7.17.0 Bumps [com.codeborne:selenide-junit4](https://github.com/selenide/selenide) from 7.16.2 to 7.17.0. - [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.16.2...v7.17.0) --- updated-dependencies: - dependency-name: com.codeborne:selenide-junit4 dependency-version: 7.17.0 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 8d052d4..438196f 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.16.2' + testImplementation 'com.codeborne:selenide-junit4:7.17.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.18' }