From 263ae887441f63bbd7c2d988add96abfb3695ea5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Dec 2021 17:03:30 +0000 Subject: [PATCH 1/2] deps: update dependency org.seleniumhq.selenium:selenium-java to v4.1.1 --- samples/snippets/cloud-client/src/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/cloud-client/src/pom.xml b/samples/snippets/cloud-client/src/pom.xml index 814c466a..3d4b0d80 100644 --- a/samples/snippets/cloud-client/src/pom.xml +++ b/samples/snippets/cloud-client/src/pom.xml @@ -57,7 +57,7 @@ org.seleniumhq.selenium selenium-java - 4.1.0 + 4.1.1 org.seleniumhq.selenium From e341d2ce22e284f587de788aa778ae126e5ee4de Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 18 Dec 2021 17:05:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d3c792..b969d35f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:24.0.0') +implementation platform('com.google.cloud:libraries-bom:24.1.0') implementation 'com.google.cloud:google-cloud-recaptchaenterprise' ```