Skip to content

Commit 083ab17

Browse files
chore: release main (#7479)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 33c49cf commit 083ab17

9 files changed

Lines changed: 36 additions & 15 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "26.80.0"
2+
".": "26.81.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [26.81.0](https://github.com/googleapis/java-cloud-bom/compare/v26.80.0...v26.81.0) (2026-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Update renovate config check to use npx ([#7465](https://github.com/googleapis/java-cloud-bom/issues/7465)) ([67d5d99](https://github.com/googleapis/java-cloud-bom/commit/67d5d99ee8d823e4ef1f6e023c6004fdb025dfec))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.cloud:first-party-dependencies to v3.62.0 ([#7474](https://github.com/googleapis/java-cloud-bom/issues/7474)) ([3b875af](https://github.com/googleapis/java-cloud-bom/commit/3b875af70d71bec28e3e1985552046dddadb61c2))
14+
* update dependency com.google.cloud:gapic-libraries-bom to v1.86.0 ([#7462](https://github.com/googleapis/java-cloud-bom/issues/7462)) ([c0a013b](https://github.com/googleapis/java-cloud-bom/commit/c0a013b0e3dca7f0b789259a27647bcc0b1cf065))
15+
* update dependency com.google.cloud:google-cloud-bigtable-bom to v2.78.0 ([#7463](https://github.com/googleapis/java-cloud-bom/issues/7463)) ([4853000](https://github.com/googleapis/java-cloud-bom/commit/4853000e3893bd4f6f87d558afe8a2e30e4fb945))
16+
* update dependency com.google.cloud:google-cloud-firestore-bom to v3.42.0 ([#7478](https://github.com/googleapis/java-cloud-bom/issues/7478)) ([4bdba3c](https://github.com/googleapis/java-cloud-bom/commit/4bdba3c2d8c79c1a14278b2c9e45c4ad35fc0797))
17+
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.150.2 ([#7476](https://github.com/googleapis/java-cloud-bom/issues/7476)) ([7c77df4](https://github.com/googleapis/java-cloud-bom/commit/7c77df47747f55ca50efd10b4297a67dce3a88ca))
18+
* update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.16.6 ([#7477](https://github.com/googleapis/java-cloud-bom/issues/7477)) ([a1abc40](https://github.com/googleapis/java-cloud-bom/commit/a1abc407fb2352112937095f17223820b3b4f0dc))
19+
* update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.39.0 ([#7475](https://github.com/googleapis/java-cloud-bom/issues/7475)) ([6705261](https://github.com/googleapis/java-cloud-bom/commit/670526194675cf4fd12794afd516a44a954678f1))
20+
* update dependency com.google.guava:guava to v33 ([#7470](https://github.com/googleapis/java-cloud-bom/issues/7470)) ([74ff608](https://github.com/googleapis/java-cloud-bom/commit/74ff608e498c2841f16881c22611c43578475a6c))
21+
* update dependency com.google.guava:guava-bom to v33.6.0-jre ([#7451](https://github.com/googleapis/java-cloud-bom/issues/7451)) ([33c49cf](https://github.com/googleapis/java-cloud-bom/commit/33c49cf6af6a2a15ab5e48be01b7aeeabcdf73c5))
22+
* update dependency com.google.guava:guava-bom to v33.6.0-jre ([#7452](https://github.com/googleapis/java-cloud-bom/issues/7452)) ([d60e8eb](https://github.com/googleapis/java-cloud-bom/commit/d60e8eba1fce9242a6b8a70a6e11e8128b0539e5))
23+
324
## [26.80.0](https://github.com/googleapis/java-cloud-bom/compare/v26.79.0...v26.80.0) (2026-04-14)
425

526

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use it in Maven, add the following to your POM:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>26.80.0</version>
20+
<version>26.81.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -42,7 +42,7 @@ The content of the Libraries BOM consists of 2 categories:
4242
This is the table of modules included in the latest libraries-bom release:
4343

4444
<!--- {x-version-update-start:libraries-bom:released} -->
45-
### libraries-bom: v<version>26.80.0</version>
45+
### libraries-bom: v<version>26.81.0</version>
4646
<!--- {x-version-update-end} -->
4747

4848
<!-- TABLE_START -->

google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.262.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.262.0</version><!-- {x-version-update:google-cloud-bom:current} -->
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/googleapis/java-cloud-bom</url>
1010
<description>

libraries-bom-protobuf3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>libraries-bom-protobuf3</artifactId>
6-
<version>26.81.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
6+
<version>26.81.0</version><!-- {x-version-update:libraries-bom:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>libraries-bom</artifactId>
12-
<version>26.81.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
12+
<version>26.81.0</version><!-- {x-version-update:libraries-bom:current} -->
1313
<relativePath>../libraries-bom</relativePath>
1414
</parent>
1515

libraries-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- adding comment for testing-->
55
<groupId>com.google.cloud</groupId>
66
<artifactId>libraries-bom</artifactId>
7-
<version>26.81.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.81.0</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.cloud</groupId>
7777
<artifactId>google-cloud-bom</artifactId>
78-
<version>0.262.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
78+
<version>0.262.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>

tests/dependency-convergence/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>full-convergence-check</artifactId>
66
<packaging>pom</packaging>
77
<!-- We do not publish this module to Maven Central -->
8-
<version>0.80.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.80.0</version><!-- {x-version-update:full-convergence-check:current} -->
99
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
1010
<description>
1111
BOM for Full convergence check on google-cloud-java
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bom</artifactId>
27-
<version>0.262.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.262.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>java-cloud-bom-tests</artifactId>
6-
<version>0.77.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+
<version>0.77.0</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
77
<name>A module to test Google Cloud Java BOMs</name>
88
<url>https://github.com/googleapis/java-cloud-bom</url>
99
<description>

versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-bom:0.261.0:0.262.0-SNAPSHOT
5-
libraries-bom:26.80.0:26.81.0-SNAPSHOT
6-
java-cloud-bom-tests:0.76.0:0.77.0-SNAPSHOT
7-
full-convergence-check:0.79.0:0.80.0-SNAPSHOT
4+
google-cloud-bom:0.262.0:0.262.0
5+
libraries-bom:26.81.0:26.81.0
6+
java-cloud-bom-tests:0.77.0:0.77.0
7+
full-convergence-check:0.80.0:0.80.0

0 commit comments

Comments
 (0)