Skip to content

Commit 5a2bcbc

Browse files
deps: update jmh.version to v1.34 (#1758)
* 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>
1 parent 51e8971 commit 5a2bcbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:24.1.0')
55+
implementation platform('com.google.cloud:libraries-bom:24.1.1')
5656
5757
implementation 'com.google.cloud:google-cloud-bigquery'
5858
```

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<jmh.version>1.33</jmh.version>
14+
<jmh.version>1.34</jmh.version>
1515
<uberjar.name>benchmark</uberjar.name>
1616
</properties>
1717

0 commit comments

Comments
 (0)