From 5b2193a0dbf18d70a645031385052c98d5928147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:56:16 +0000 Subject: [PATCH 1/5] Bump com.gradle.enterprise:com.gradle.enterprise.gradle.plugin Bumps com.gradle.enterprise:com.gradle.enterprise.gradle.plugin from 3.14.1 to 3.15. --- updated-dependencies: - dependency-name: com.gradle.enterprise:com.gradle.enterprise.gradle.plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 65c568e33d0..999509f1d48 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ buildscript { } } dependencies { - classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.14.1" + classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15" classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" classpath "org.gradle.toolchains:foojay-resolver:0.7.0" } From da08236f843c35d9ba1833256e6f6962e7b96779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:56:20 +0000 Subject: [PATCH 2/5] Bump org.seleniumhq.selenium:selenium-bom in /examples Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.13.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.13.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/cucumber/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index c5785090414..e6da91066b2 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - implementation platform('org.seleniumhq.selenium:selenium-bom:4.12.1') + implementation platform('org.seleniumhq.selenium:selenium-bom:4.13.0') implementation 'org.seleniumhq.selenium:selenium-remote-driver' implementation 'org.seleniumhq.selenium:selenium-firefox-driver' implementation 'org.seleniumhq.selenium:selenium-chrome-driver' From 18202e44b370a906d5b334c4d4be3f338291b4aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:56:20 +0000 Subject: [PATCH 3/5] Bump org.seleniumhq.selenium:selenium-api in /examples Bumps [org.seleniumhq.selenium:selenium-api](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.13.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.13.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/examples/junit4/generic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/junit4/generic/build.gradle b/docs/examples/junit4/generic/build.gradle index 5570b2e3167..c455882dc40 100644 --- a/docs/examples/junit4/generic/build.gradle +++ b/docs/examples/junit4/generic/build.gradle @@ -7,6 +7,6 @@ dependencies { testImplementation project(":mysql") testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' - testImplementation "org.seleniumhq.selenium:selenium-api:4.12.1" + testImplementation "org.seleniumhq.selenium:selenium-api:4.13.0" testImplementation 'org.assertj:assertj-core:3.24.2' } From 18a0948dbc14e15b4ee5c1395fcc9ec89edefd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:56:22 +0000 Subject: [PATCH 4/5] Bump org.seleniumhq.selenium:selenium-bom in /modules/selenium Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.13.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.13.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/selenium/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/selenium/build.gradle b/modules/selenium/build.gradle index 10053a60f09..42f21362533 100644 --- a/modules/selenium/build.gradle +++ b/modules/selenium/build.gradle @@ -6,7 +6,7 @@ dependencies { provided 'org.seleniumhq.selenium:selenium-remote-driver:4.10.0' provided 'org.seleniumhq.selenium:selenium-chrome-driver:4.10.0' - testImplementation platform('org.seleniumhq.selenium:selenium-bom:4.12.1') + testImplementation platform('org.seleniumhq.selenium:selenium-bom:4.13.0') testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver' testImplementation 'org.seleniumhq.selenium:selenium-edge-driver' testImplementation 'org.seleniumhq.selenium:selenium-support' From 7d57568d2af1a03265d2eb14b13f95a697740c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:56:33 +0000 Subject: [PATCH 5/5] Bump com.gradle.enterprise:com.gradle.enterprise.gradle.plugin Bumps com.gradle.enterprise:com.gradle.enterprise.gradle.plugin from 3.14.1 to 3.15. --- updated-dependencies: - dependency-name: com.gradle.enterprise:com.gradle.enterprise.gradle.plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/settings.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/settings.gradle b/examples/settings.gradle index 07fe8cb8daf..ff39bb04111 100644 --- a/examples/settings.gradle +++ b/examples/settings.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0" - classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.14.1" + classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15" classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" } } diff --git a/settings.gradle b/settings.gradle index 65c568e33d0..999509f1d48 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ buildscript { } } dependencies { - classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.14.1" + classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15" classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" classpath "org.gradle.toolchains:foojay-resolver:0.7.0" }