From d26e223e9a12065957926bab5ceb60ce85e80856 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Mon, 13 Dec 2021 18:19:08 -0500 Subject: [PATCH] chore: regenerate README (#1176) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e0475792..1ffef84c0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 24.0.0 + 24.1.0 pom import @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.2.1 + 2.2.2 ```