From aba59dde149d4bbb41958f0c09ae2e862a6b3bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:25:47 +0000 Subject: [PATCH] build(deps): Bump org.seleniumhq.selenium:selenium-java Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.11.0 to 4.12.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../keycloak-modules/keycloak-listeners/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promotion-notifier-backend/keycloak-modules/keycloak-listeners/build.gradle b/promotion-notifier-backend/keycloak-modules/keycloak-listeners/build.gradle index a896a532..82e5868b 100644 --- a/promotion-notifier-backend/keycloak-modules/keycloak-listeners/build.gradle +++ b/promotion-notifier-backend/keycloak-modules/keycloak-listeners/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation project(':pn-shared-test-modules:keycloak-test-container') testImplementation "org.testcontainers:selenium:1.19.0" - testImplementation 'org.seleniumhq.selenium:selenium-java:4.11.0' + testImplementation 'org.seleniumhq.selenium:selenium-java:4.12.1' testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver:4.12.1' testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0" testImplementation 'com.jayway.jsonpath:json-path-assert:2.7.0'