Skip to content

Commit 648635f

Browse files
chore: release main (#6139)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d4cf969 commit 648635f

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "26.20.0"
2+
".": "26.21.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [26.21.0](https://github.com/googleapis/java-cloud-bom/compare/v26.20.0...v26.21.0) (2023-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Use Guava v32.1.2 to resolve gradle metadata issue ([#6140](https://github.com/googleapis/java-cloud-bom/issues/6140)) ([d4cf969](https://github.com/googleapis/java-cloud-bom/commit/d4cf9697766e5ac11927bb1e10bf4d5c2a149f63))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.cloud:google-cloud-firestore-bom to v3.13.8 ([#6138](https://github.com/googleapis/java-cloud-bom/issues/6138)) ([2c47308](https://github.com/googleapis/java-cloud-bom/commit/2c4730820ed9993690fafe4184dece137a46a4c0))
14+
315
## [26.20.0](https://github.com/googleapis/java-cloud-bom/compare/v26.19.0...v26.20.0) (2023-07-27)
416

517

README.md

+2-2
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.20.0</version>
20+
<version>26.21.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -40,7 +40,7 @@ The content of the Libraries BOM consists of 2 categories:
4040
This is the table of modules included in the latest libraries-bom release:
4141

4242
<!--- {x-version-update-start:libraries-bom:released} -->
43-
### libraries-bom: v<version>26.20.0</version>
43+
### libraries-bom: v<version>26.21.0</version>
4444
<!--- {x-version-update-end} -->
4545

4646
<!-- TABLE_START -->

google-cloud-bom/pom.xml

+1-1
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.202.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.202.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/pom.xml

+2-2
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.21.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.21.0</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.cloud</groupId>
8383
<artifactId>google-cloud-bom</artifactId>
84-
<version>0.202.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
84+
<version>0.202.0</version><!-- {x-version-update:google-cloud-bom:current} -->
8585
<type>pom</type>
8686
<scope>import</scope>
8787
</dependency>

tests/dependency-convergence/pom.xml

+2-2
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.20.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.20.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.202.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.202.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

tests/pom.xml

+1-1
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.17.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+
<version>0.17.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

+4-4
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.201.0:0.202.0-SNAPSHOT
5-
libraries-bom:26.20.0:26.21.0-SNAPSHOT
6-
java-cloud-bom-tests:0.16.0:0.17.0-SNAPSHOT
7-
full-convergence-check:0.19.0:0.20.0-SNAPSHOT
4+
google-cloud-bom:0.202.0:0.202.0
5+
libraries-bom:26.21.0:26.21.0
6+
java-cloud-bom-tests:0.17.0:0.17.0
7+
full-convergence-check:0.20.0:0.20.0

0 commit comments

Comments
 (0)