From e56d5d63235683a6d8c46436647f446ba40a2ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:37:25 +0000 Subject: [PATCH] Bump com.codeborne:selenide from 7.4.3 to 7.5.0 Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 7.4.3 to 7.5.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.4.3...v7.5.0) --- updated-dependencies: - dependency-name: com.codeborne:selenide 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 4e55069..ba905a8 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'com.h2database:h2:2.3.232' - testImplementation group: 'com.codeborne', name: 'selenide', version: '7.4.3' + testImplementation group: 'com.codeborne', name: 'selenide', version: '7.5.0' testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.9.2' }