Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 7f54231

Browse files
chore: release main (#6441)
* chore: release main * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9ab47cf commit 7f54231

11 files changed

Lines changed: 64 additions & 30 deletions

File tree

.github/workflows/approve-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
2323
steps:
24-
- uses: actions/github-script@v7
24+
- uses: actions/github-script@v6
2525
with:
2626
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
2727
script: |

.github/workflows/ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
java: [11, 17, 21]
2929
steps:
30-
- uses: actions/checkout@v4
31-
- uses: actions/setup-java@v4
30+
- uses: actions/checkout@v3
31+
- uses: actions/setup-java@v3
3232
with:
3333
distribution: temurin
3434
java-version: ${{matrix.java}}
@@ -41,8 +41,8 @@ jobs:
4141
name: "units (8)"
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
45-
- uses: actions/setup-java@v4
44+
- uses: actions/checkout@v3
45+
- uses: actions/setup-java@v3
4646
with:
4747
java-version: 8
4848
distribution: temurin
@@ -51,7 +51,7 @@ jobs:
5151
# https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
5252
run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
5353
shell: bash
54-
- uses: actions/setup-java@v4
54+
- uses: actions/setup-java@v3
5555
with:
5656
java-version: 17
5757
distribution: temurin
@@ -63,8 +63,8 @@ jobs:
6363
steps:
6464
- name: Support longpaths
6565
run: git config --system core.longpaths true
66-
- uses: actions/checkout@v4
67-
- uses: actions/setup-java@v4
66+
- uses: actions/checkout@v3
67+
- uses: actions/setup-java@v3
6868
with:
6969
distribution: temurin
7070
java-version: 8
@@ -78,8 +78,8 @@ jobs:
7878
matrix:
7979
java: [17]
8080
steps:
81-
- uses: actions/checkout@v4
82-
- uses: actions/setup-java@v4
81+
- uses: actions/checkout@v3
82+
- uses: actions/setup-java@v3
8383
with:
8484
distribution: temurin
8585
java-version: ${{matrix.java}}
@@ -88,8 +88,8 @@ jobs:
8888
javadoc:
8989
runs-on: ubuntu-latest
9090
steps:
91-
- uses: actions/checkout@v4
92-
- uses: actions/setup-java@v4
91+
- uses: actions/checkout@v3
92+
- uses: actions/setup-java@v3
9393
with:
9494
distribution: temurin
9595
java-version: 17
@@ -100,8 +100,8 @@ jobs:
100100
lint:
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v4
104-
- uses: actions/setup-java@v4
103+
- uses: actions/checkout@v3
104+
- uses: actions/setup-java@v3
105105
with:
106106
distribution: temurin
107107
java-version: 11
@@ -112,8 +112,8 @@ jobs:
112112
clirr:
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v4
116-
- uses: actions/setup-java@v4
115+
- uses: actions/checkout@v3
116+
- uses: actions/setup-java@v3
117117
with:
118118
distribution: temurin
119119
java-version: 8

.github/workflows/renovate_config_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: '20'
2020

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "26.32.0"
2+
".": "26.33.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [26.33.0](https://github.com/googleapis/java-cloud-bom/compare/v26.32.0...v26.33.0) (2024-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Dependencies
12+
13+
* 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))
14+
* update actions/github-script action to v7 ([#6432](https://github.com/googleapis/java-cloud-bom/issues/6432)) ([d346c79](https://github.com/googleapis/java-cloud-bom/commit/d346c7951f11fac70bcb5b97b4799e543b7e28bd))
15+
* 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))
16+
* update actions/setup-java action to v4 ([#6455](https://github.com/googleapis/java-cloud-bom/issues/6455)) ([b9581e0](https://github.com/googleapis/java-cloud-bom/commit/b9581e0309a7fbefae89d487147a3dc7f885f217))
17+
* 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))
18+
* update actions/setup-node action to v4 ([#6456](https://github.com/googleapis/java-cloud-bom/issues/6456)) ([a453127](https://github.com/googleapis/java-cloud-bom/commit/a45312788052a6737eebc34112215f4e05aaca71))
19+
* 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))
20+
* 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))
21+
* 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))
22+
* update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.2.0 ([#6448](https://github.com/googleapis/java-cloud-bom/issues/6448)) ([31cdb19](https://github.com/googleapis/java-cloud-bom/commit/31cdb19ca40a44815d311dfb09eace9f4cbeee6b))
23+
* update dependency com.google.cloud:google-cloud-bigtable-bom to v2.34.0 ([#6449](https://github.com/googleapis/java-cloud-bom/issues/6449)) ([d40b4f9](https://github.com/googleapis/java-cloud-bom/commit/d40b4f9b28ef29de348a94d90f73f2abe72dc0e1))
24+
* 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))
25+
* update dependency com.google.cloud:google-cloud-firestore-bom to v3.17.0 ([#6450](https://github.com/googleapis/java-cloud-bom/issues/6450)) ([90fda7d](https://github.com/googleapis/java-cloud-bom/commit/90fda7d084db343cf612465768121ce8d9d02627))
26+
* update dependency com.google.cloud:google-cloud-logging-bom to v3.16.0 ([#6451](https://github.com/googleapis/java-cloud-bom/issues/6451)) ([6fe6069](https://github.com/googleapis/java-cloud-bom/commit/6fe606934862d299afca2ae14e4e3a3b8525221a))
27+
* 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))
28+
* 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))
29+
* 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))
30+
* update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13.0 ([#6452](https://github.com/googleapis/java-cloud-bom/issues/6452)) ([a5a4258](https://github.com/googleapis/java-cloud-bom/commit/a5a4258cb3d7df70a4215a64f24245ebcc6c7187))
31+
* update dependency com.google.cloud:google-cloud-spanner-bom to v6.60.0 ([#6453](https://github.com/googleapis/java-cloud-bom/issues/6453)) ([6c8eaf2](https://github.com/googleapis/java-cloud-bom/commit/6c8eaf2ec3e68268310ed92a9b76908df27ae0be))
32+
* 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))
33+
* update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.15.5 ([#6459](https://github.com/googleapis/java-cloud-bom/issues/6459)) ([9ab47cf](https://github.com/googleapis/java-cloud-bom/commit/9ab47cfbcd7395d28ebabb446a6b8981066ab2ae))
34+
* 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))
35+
* update dependency com.google.googlejavaformat:google-java-format to v1.20.0 ([#6454](https://github.com/googleapis/java-cloud-bom/issues/6454)) ([33b7b5a](https://github.com/googleapis/java-cloud-bom/commit/33b7b5ab5ea1b000f6843b9ff258f73fdbddf412))
36+
337
## [26.32.0](https://github.com/googleapis/java-cloud-bom/compare/v26.31.0...v26.32.0) (2024-02-12)
438

539

README.md

Lines changed: 2 additions & 2 deletions
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.32.0</version>
20+
<version>26.33.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.32.0</version>
43+
### libraries-bom: v<version>26.33.0</version>
4444
<!--- {x-version-update-end} -->
4545

4646
<!-- TABLE_START -->

google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.214.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

Lines changed: 2 additions & 2 deletions
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.33.0-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.33.0</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.cloud</groupId>
7676
<artifactId>google-cloud-bom</artifactId>
77-
<version>0.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
77+
<version>0.214.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>

tests/dependency-convergence/pom.xml

Lines changed: 2 additions & 2 deletions
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.32.0-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.32.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.214.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.214.0</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.29.0-SNAPSHOT</version><!-- {x-version-update:java-cloud-bom-tests:current} -->
6+
<version>0.29.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>

0 commit comments

Comments
 (0)