From 374095bbae6e9bed9fb696b4bc1d79ce1e463c35 Mon Sep 17 00:00:00 2001 From: Ehsan Nasiri Date: Wed, 6 Dec 2023 15:30:10 -0800 Subject: [PATCH 1/2] Increase timeout for RecursiveDeleteTests. --- .../java/com/google/cloud/firestore/RecursiveDeleteTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/RecursiveDeleteTest.java b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/RecursiveDeleteTest.java index 5d485c32b..19b3107ae 100644 --- a/google-cloud-firestore/src/test/java/com/google/cloud/firestore/RecursiveDeleteTest.java +++ b/google-cloud-firestore/src/test/java/com/google/cloud/firestore/RecursiveDeleteTest.java @@ -86,7 +86,7 @@ @RunWith(MockitoJUnitRunner.class) public class RecursiveDeleteTest { - @Rule public Timeout timeout = new Timeout(5, TimeUnit.SECONDS); + @Rule public Timeout timeout = new Timeout(10, TimeUnit.SECONDS); @Spy private final FirestoreRpc firestoreRpc = Mockito.mock(FirestoreRpc.class); From 415eddfc9dbe50a865adb53cc4f02f034e2e9832 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 6 Dec 2023 23:35:42 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= 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 c7ecdb324..0620af782 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you are using Maven without the 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:26.27.0') +implementation platform('com.google.cloud:libraries-bom:26.28.0') implementation 'com.google.cloud:google-cloud-firestore' ```