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 Jan 12, 2024
1 parent f69d56a commit 318180b
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 14 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.29.0"
".": "26.30.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [26.30.0](https://github.com/googleapis/java-cloud-bom/compare/v26.29.0...v26.30.0) (2024-01-12)


### Bug Fixes

* fix pipeline failure due to bigquery Provided Schema does not match Table. ([#6344](https://github.com/googleapis/java-cloud-bom/issues/6344)) ([17c18f1](https://github.com/googleapis/java-cloud-bom/commit/17c18f1ec0c92ba51a77ab8e9f3c6189412ecea2))


### Dependencies

* update dependency com.google.cloud:first-party-dependencies to v3.21.0 ([#6346](https://github.com/googleapis/java-cloud-bom/issues/6346)) ([781e799](https://github.com/googleapis/java-cloud-bom/commit/781e799039ca873beda3c99c7a03242b14647a11))
* update dependency com.google.cloud:gapic-libraries-bom to v1.27.0 ([#6353](https://github.com/googleapis/java-cloud-bom/issues/6353)) ([c5e7ae6](https://github.com/googleapis/java-cloud-bom/commit/c5e7ae647dc95ad7aa6ff4f19b4ce6f5819ff5b0))
* update dependency com.google.cloud:google-cloud-logging-bom to v3.15.15 ([#6354](https://github.com/googleapis/java-cloud-bom/issues/6354)) ([83852bb](https://github.com/googleapis/java-cloud-bom/commit/83852bb87bec2fb1fbcbe0e9170393c8f8ca34a0))
* update dependency com.google.cloud:google-cloud-logging-logback to v0.130.30-alpha ([#6355](https://github.com/googleapis/java-cloud-bom/issues/6355)) ([7831500](https://github.com/googleapis/java-cloud-bom/commit/78315005e7d749d95e9760dbd42a39b5aeafcb31))
* update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.15.1 ([#6350](https://github.com/googleapis/java-cloud-bom/issues/6350)) ([be7b7c6](https://github.com/googleapis/java-cloud-bom/commit/be7b7c681bd9086010b095bc7be9071ec423e58e))
* update dependency com.google.cloud:google-cloud-storage-bom to v2.31.0 ([#6352](https://github.com/googleapis/java-cloud-bom/issues/6352)) ([f020678](https://github.com/googleapis/java-cloud-bom/commit/f020678993b7f9bce4bae31d3ca04479a2b9fda0))

## [26.29.0](https://github.com/googleapis/java-cloud-bom/compare/v26.28.0...v26.29.0) (2023-12-13)


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.29.0</version>
<version>26.30.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.29.0</version>
### libraries-bom: v<version>26.30.0</version>
<!--- {x-version-update-end} -->

<!-- TABLE_START -->
Expand Down
4 changes: 2 additions & 2 deletions 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.211.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.211.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 Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore-bom</artifactId>
<version>2.18.0</version>
<version>2.17.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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.30.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.30.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.211.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.211.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.29.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.29.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.211.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.211.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.26.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
<version>0.26.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.210.0:0.211.0-SNAPSHOT
libraries-bom:26.29.0:26.30.0-SNAPSHOT
java-cloud-bom-tests:0.25.0:0.26.0-SNAPSHOT
full-convergence-check:0.28.0:0.29.0-SNAPSHOT
google-cloud-bom:0.211.0:0.211.0
libraries-bom:26.30.0:26.30.0
java-cloud-bom-tests:0.26.0:0.26.0
full-convergence-check:0.29.0:0.29.0

0 comments on commit 318180b

Please sign in to comment.