File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 26.74.0-rc1 "
2+ "." : " 26.74.0-rc2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [26.74.0-rc2](https://github.com/googleapis/java-cloud-bom/compare/v26.74.0-rc1...v26.74.0-rc2) (2026-01-12)
4+
5+
6+ ### Dependencies
7+
8+ * Update first-party-dependencies to 3.55.0-rc1 ([#7332](https://github.com/googleapis/java-cloud-bom/issues/7332)) ([fecf091](https://github.com/googleapis/java-cloud-bom/commit/fecf091d1c4d02546ef8574b6dd4f97a3045fc0e))
9+
310## [26.74.0-rc1](https://github.com/googleapis/java-cloud-bom/compare/v26.73.0...v26.74.0-rc1) (2025-12-19)
411
512
Original file line number Diff line number Diff 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.74.0-rc1 </version >
20+ <version >26.74.0-rc2 </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:
4242This 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.74.0-rc1 </version >
45+ ### libraries-bom: v<version >26.74.0-rc2 </version >
4646<!-- - {x-version-update-end} -->
4747
4848<!-- TABLE_START -->
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-bom</artifactId >
66 <packaging >pom</packaging >
7- <version >0.255.0-rc2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bom:current} -->
7+ <version >0.255.0-rc2</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 >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >libraries-bom-protobuf3</artifactId >
6- <version >26.74.0-rc2-SNAPSHOT </version ><!-- {x-version-update:libraries-bom:current} -->
6+ <version >26.74.0-rc2</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.74.0-rc2-SNAPSHOT </version ><!-- {x-version-update:libraries-bom:current} -->
12+ <version >26.74.0-rc2</version ><!-- {x-version-update:libraries-bom:current} -->
1313 <relativePath >../libraries-bom</relativePath >
1414 </parent >
1515
Original file line number Diff line number Diff line change 44 <!-- adding comment for testing-->
55 <groupId >com.google.cloud</groupId >
66 <artifactId >libraries-bom</artifactId >
7- <version >26.74.0-rc2-SNAPSHOT </version ><!-- {x-version-update:libraries-bom:current} -->
7+ <version >26.74.0-rc2</version ><!-- {x-version-update:libraries-bom:current} -->
88 <packaging >pom</packaging >
99
1010 <name >Google Cloud Platform Supported Libraries</name >
8686 <dependency >
8787 <groupId >com.google.cloud</groupId >
8888 <artifactId >google-cloud-bom</artifactId >
89- <version >0.255.0-rc2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bom:current} -->
89+ <version >0.255.0-rc2</version ><!-- {x-version-update:google-cloud-bom:current} -->
9090 <type >pom</type >
9191 <scope >import</scope >
9292 </dependency >
Original file line number Diff line number Diff line change 55 <artifactId >full-convergence-check</artifactId >
66 <packaging >pom</packaging >
77 <!-- We do not publish this module to Maven Central -->
8- <version >0.73.0-rc2-SNAPSHOT </version ><!-- {x-version-update:full-convergence-check:current} -->
8+ <version >0.73.0-rc2</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
2424 <dependency >
2525 <groupId >com.google.cloud</groupId >
2626 <artifactId >google-cloud-bom</artifactId >
27- <version >0.255.0-rc2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bom:current} -->
27+ <version >0.255.0-rc2</version ><!-- {x-version-update:google-cloud-bom:current} -->
2828 <type >pom</type >
2929 <scope >import</scope >
3030 </dependency >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >java-cloud-bom-tests</artifactId >
6- <version >0.70.0-rc2-SNAPSHOT </version ><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+ <version >0.70.0-rc2</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 >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-bom:0.255.0-rc1 :0.255.0-rc2-SNAPSHOT
5- libraries-bom:26.74.0-rc1 :26.74.0-rc2-SNAPSHOT
6- java-cloud-bom-tests:0.70.0-rc1 :0.70.0-rc2-SNAPSHOT
7- full-convergence-check:0.73.0-rc1 :0.73.0-rc2-SNAPSHOT
4+ google-cloud-bom:0.255.0-rc2 :0.255.0-rc2
5+ libraries-bom:26.74.0-rc2 :26.74.0-rc2
6+ java-cloud-bom-tests:0.70.0-rc2 :0.70.0-rc2
7+ full-convergence-check:0.73.0-rc2 :0.73.0-rc2
You can’t perform that action at this time.
0 commit comments