From 8eae01f0fc29d57d14a0bd3def9d40e0b396bd11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:47:44 +0000 Subject: [PATCH] Bump fluentlenium-junit from 3.5.0 to 4.8.0 in /journeys Bumps [fluentlenium-junit](https://github.com/FluentLenium/FluentLenium) from 3.5.0 to 4.8.0. - [Release notes](https://github.com/FluentLenium/FluentLenium/releases) - [Changelog](https://github.com/FluentLenium/FluentLenium/blob/develop/CHANGELOG.md) - [Commits](https://github.com/FluentLenium/FluentLenium/compare/v3.5.0...v4.8.0) Signed-off-by: dependabot-preview[bot] --- journeys/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journeys/build.gradle b/journeys/build.gradle index 99ec0f6..04499f8 100644 --- a/journeys/build.gradle +++ b/journeys/build.gradle @@ -5,7 +5,7 @@ repositories { } dependencies { - testCompile 'org.fluentlenium:fluentlenium-junit:3.5.0' + testCompile 'org.fluentlenium:fluentlenium-junit:4.8.0' testCompile 'org.fluentlenium:fluentlenium-assertj:3.5.0' testCompile 'junit:junit:4.13.1' testCompile 'org.seleniumhq.selenium:selenium-chrome-driver:3.9.1'