Skip to content

Commit

Permalink
deps: update jmh.version to v1.34 (#1758)
Browse files Browse the repository at this point in the history
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Dec 27, 2021
1 parent 51e8971 commit 5a2bcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
```
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.33</jmh.version>
<jmh.version>1.34</jmh.version>
<uberjar.name>benchmark</uberjar.name>
</properties>

Expand Down

0 comments on commit 5a2bcbc

Please sign in to comment.