Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 21, 2024
1 parent d346c79 commit f827710
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "26.32.0"
".": "26.33.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [26.33.0](https://github.com/googleapis/java-cloud-bom/compare/v26.32.0...v26.33.0) (2024-02-21)


### Bug Fixes

* **libraries-release-data:** add service name lookup from artifact id for gapic libraries, add apiary libraries and spring cloud gcp to release data table. ([#6437](https://github.com/googleapis/java-cloud-bom/issues/6437)) ([9491edf](https://github.com/googleapis/java-cloud-bom/commit/9491edfea6e348bcd66396ba2640f37cb0cd667c))


### Dependencies

* update actions/checkout action to v4 ([#6431](https://github.com/googleapis/java-cloud-bom/issues/6431)) ([20590f6](https://github.com/googleapis/java-cloud-bom/commit/20590f69dab4ea9852099add3c8812c11f547eac))
* update actions/setup-java action to v4 ([#6405](https://github.com/googleapis/java-cloud-bom/issues/6405)) ([e1a6840](https://github.com/googleapis/java-cloud-bom/commit/e1a684024b12f227ed13265ee36fafbddbda70e9))
* update actions/setup-node action to v4 ([#6406](https://github.com/googleapis/java-cloud-bom/issues/6406)) ([8b42fc4](https://github.com/googleapis/java-cloud-bom/commit/8b42fc4794678e904ddccaf3673b0d5408661219))
* update dependency com.google.cloud:first-party-dependencies to v3.25.0 ([#6434](https://github.com/googleapis/java-cloud-bom/issues/6434)) ([2e5f090](https://github.com/googleapis/java-cloud-bom/commit/2e5f09062e80a01e1e3d2188c7472fa6cf3a2f29))
* update dependency com.google.cloud:gapic-libraries-bom to v1.30.0 ([#6447](https://github.com/googleapis/java-cloud-bom/issues/6447)) ([8412bea](https://github.com/googleapis/java-cloud-bom/commit/8412bea5e7d96bd7dc3af8163a314ff8dd290045))
* update dependency com.google.cloud:google-cloud-bigquery to v2.37.2 ([#6439](https://github.com/googleapis/java-cloud-bom/issues/6439)) ([322a9a3](https://github.com/googleapis/java-cloud-bom/commit/322a9a33ea7802c0776417351b1177a1731f8142))
* update dependency com.google.cloud:google-cloud-datastore-bom to v2.18.4 ([#6436](https://github.com/googleapis/java-cloud-bom/issues/6436)) ([1150cd8](https://github.com/googleapis/java-cloud-bom/commit/1150cd804311567f3881ec48a09850f2d93d849f))
* update dependency com.google.cloud:google-cloud-logging-logback to v0.131.2-alpha ([#6443](https://github.com/googleapis/java-cloud-bom/issues/6443)) ([9f22028](https://github.com/googleapis/java-cloud-bom/commit/9f2202899ba161cd36ded6b999d55dc59d62fc7c))
* update dependency com.google.cloud:google-cloud-nio to v0.127.13 ([#6440](https://github.com/googleapis/java-cloud-bom/issues/6440)) ([f6e2a93](https://github.com/googleapis/java-cloud-bom/commit/f6e2a93a291e9197d5155dbe2e8c73271273c885))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.126.6 ([#6435](https://github.com/googleapis/java-cloud-bom/issues/6435)) ([b6fa98c](https://github.com/googleapis/java-cloud-bom/commit/b6fa98cd9ca6763fe42f7734b25407f1279a1695))
* update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.15.4 ([#6444](https://github.com/googleapis/java-cloud-bom/issues/6444)) ([4c6e2bc](https://github.com/googleapis/java-cloud-bom/commit/4c6e2bcaddd6c7149b23ef64ab76e19b2350e768))
* update dependency com.google.cloud:google-cloud-storage-bom to v2.34.0 ([#6438](https://github.com/googleapis/java-cloud-bom/issues/6438)) ([ccef02e](https://github.com/googleapis/java-cloud-bom/commit/ccef02ef9b1efa4f9ac7c4cc9f1cf4026f98e7be))

## [26.32.0](https://github.com/googleapis/java-cloud-bom/compare/v26.31.0...v26.32.0) (2024-02-12)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use it in Maven, add the following to your POM:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.32.0</version>
<version>26.33.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -40,7 +40,7 @@ The content of the Libraries BOM consists of 2 categories:
This is the table of modules included in the latest libraries-bom release:

<!--- {x-version-update-start:libraries-bom:released} -->
### libraries-bom: v<version>26.32.0</version>
### libraries-bom: v<version>26.33.0</version>
<!--- {x-version-update-end} -->

<!-- TABLE_START -->
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<packaging>pom</packaging>
<version>0.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.214.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Google Cloud Java BOM</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
Expand Down
4 changes: 2 additions & 2 deletions libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- adding comment for testing-->
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.33.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.33.0</version><!-- {x-version-update:libraries-bom:current} -->
<packaging>pom</packaging>

<name>Google Cloud Platform Supported Libraries</name>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.214.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions tests/dependency-convergence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>full-convergence-check</artifactId>
<packaging>pom</packaging>
<!-- We do not publish this module to Maven Central -->
<version>0.32.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.32.0</version><!-- {x-version-update:full-convergence-check:current} -->
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
<description>
BOM for Full convergence check on google-cloud-java
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.214.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>java-cloud-bom-tests</artifactId>
<version>0.29.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
<version>0.29.0</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
<name>A module to test Google Cloud Java BOMs</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

google-cloud-bom:0.213.0:0.214.0-SNAPSHOT
libraries-bom:26.32.0:26.33.0-SNAPSHOT
java-cloud-bom-tests:0.28.0:0.29.0-SNAPSHOT
full-convergence-check:0.31.0:0.32.0-SNAPSHOT
google-cloud-bom:0.214.0:0.214.0
libraries-bom:26.33.0:26.33.0
java-cloud-bom-tests:0.29.0:0.29.0
full-convergence-check:0.32.0:0.32.0

0 comments on commit f827710

Please sign in to comment.