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 Mar 7, 2024
1 parent 549076c commit a80e84c
Show file tree
Hide file tree
Showing 8 changed files with 24 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.34.0"
".": "26.35.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [26.35.0](https://github.com/googleapis/java-cloud-bom/compare/v26.34.0...v26.35.0) (2024-03-07)


### Dependencies

* update actions/checkout action to v4 ([#6462](https://github.com/googleapis/java-cloud-bom/issues/6462)) ([ca856be](https://github.com/googleapis/java-cloud-bom/commit/ca856be3581aa49b7905a8627c7d1fd924468dfa))
* update actions/github-script action to v7 ([#6463](https://github.com/googleapis/java-cloud-bom/issues/6463)) ([085cb14](https://github.com/googleapis/java-cloud-bom/commit/085cb149ccdec1417b9bae9008aee1b61fa62aaa))
* update actions/setup-java action to v4 ([#6464](https://github.com/googleapis/java-cloud-bom/issues/6464)) ([3ce88e6](https://github.com/googleapis/java-cloud-bom/commit/3ce88e6d1aa9b8210580d522948e6eb946910682))
* update actions/setup-node action to v4 ([#6465](https://github.com/googleapis/java-cloud-bom/issues/6465)) ([2b7d736](https://github.com/googleapis/java-cloud-bom/commit/2b7d736d1da33b0465b4d2108ec7b7573302400d))
* update dependency com.google.googlejavaformat:google-java-format to v1.21.0 ([#6484](https://github.com/googleapis/java-cloud-bom/issues/6484)) ([549076c](https://github.com/googleapis/java-cloud-bom/commit/549076c83e5b127165d5ffc12d8cf55dba56e8b7))

## [26.34.0](https://github.com/googleapis/java-cloud-bom/compare/v26.33.0...v26.34.0) (2024-03-07)


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.34.0</version>
<version>26.35.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.34.0</version>
### libraries-bom: v<version>26.35.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.216.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.216.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.35.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.35.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.216.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.216.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.34.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.34.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.216.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.216.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.31.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
<version>0.31.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.215.0:0.216.0-SNAPSHOT
libraries-bom:26.34.0:26.35.0-SNAPSHOT
java-cloud-bom-tests:0.30.0:0.31.0-SNAPSHOT
full-convergence-check:0.33.0:0.34.0-SNAPSHOT
google-cloud-bom:0.216.0:0.216.0
libraries-bom:26.35.0:26.35.0
java-cloud-bom-tests:0.31.0:0.31.0
full-convergence-check:0.34.0:0.34.0

0 comments on commit a80e84c

Please sign in to comment.