From fc03e286c3dd81711ff6a0d886915c70464c3161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 07:23:05 +0000 Subject: [PATCH] Bump selenideVersion from 7.3.3 to 7.4.0 Bumps `selenideVersion` from 7.3.3 to 7.4.0. Updates `com.codeborne:selenide-proxy` from 7.3.3 to 7.4.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.3.3...v7.4.0) Updates `com.codeborne:selenide-full-screenshot` from 7.3.3 to 7.4.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.3.3...v7.4.0) --- updated-dependencies: - dependency-name: com.codeborne:selenide-proxy dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.codeborne:selenide-full-screenshot 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 daf9373..84bcfcd 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'java' defaultTasks 'clean', 'test' ext { - selenideVersion = '7.3.3' + selenideVersion = '7.4.0' testcontainersVersion = '1.20.0' junitVersion = '5.10.3' }