From 5a2bcbc7197fa75a464ed62d3e3df3bd43652b9d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 27 Dec 2021 19:56:26 +0100 Subject: [PATCH] deps: update jmh.version to v1.34 (#1758) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * deps: update jmh.version to v1.34 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 2 +- benchmark/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb2c23948..34a849280 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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.1.0') +implementation platform('com.google.cloud:libraries-bom:24.1.1') implementation 'com.google.cloud:google-cloud-bigquery' ``` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index f5f80664e..f1bb430f1 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 1.33 + 1.34 benchmark