Skip to content

Commit b59940c

Browse files
authored
chore(deps): update dependency com.google.cloud:libraries-bom to v26.21.0 (#2561)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.20.0` -> `26.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:libraries-bom/26.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:libraries-bom/26.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:libraries-bom/26.20.0/26.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:libraries-bom/26.20.0/26.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-cloud-bom (com.google.cloud:libraries-bom)</summary> ### [`v26.21.0`](https://togithub.com/googleapis/java-cloud-bom/blob/HEAD/CHANGELOG.md#26210-2023-08-01) [Compare Source](https://togithub.com/googleapis/java-cloud-bom/compare/v26.20.0...v26.21.0) ##### Bug Fixes - Use Guava v32.1.2 to resolve gradle metadata issue ([#&#8203;6140](https://togithub.com/googleapis/java-cloud-bom/issues/6140)) ([d4cf969](https://togithub.com/googleapis/java-cloud-bom/commit/d4cf9697766e5ac11927bb1e10bf4d5c2a149f63)) ##### Dependencies - update dependency com.google.cloud:google-cloud-firestore-bom to v3.13.8 ([#&#8203;6138](https://togithub.com/googleapis/java-cloud-bom/issues/6138)) ([2c47308](https://togithub.com/googleapis/java-cloud-bom/commit/2c4730820ed9993690fafe4184dece137a46a4c0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent dbd5c75 commit b59940c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.20.0</version>
22+
<version>26.21.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

samples/native-image/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>libraries-bom</artifactId>
31-
<version>26.20.0</version>
31+
<version>26.21.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>libraries-bom</artifactId>
36-
<version>26.20.0</version>
36+
<version>26.21.0</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>

0 commit comments

Comments
 (0)