Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
1cfe08c
chore: Update generation configuration at Tue Jan 27 02:48:00 UTC 2026
cloud-java-bot Jan 27, 2026
2c097c8
chore: merge main into generate-libraries-main
cloud-java-bot Jan 28, 2026
2a9881c
chore: Update generation configuration at Wed Jan 28 02:45:19 UTC 2026
cloud-java-bot Jan 28, 2026
e7bc462
chore: Update generation configuration at Thu Jan 29 02:58:14 UTC 2026
cloud-java-bot Jan 29, 2026
f37803e
chore: Update generation configuration at Fri Jan 30 02:59:03 UTC 2026
cloud-java-bot Jan 30, 2026
257a656
chore: merge main into generate-libraries-main
cloud-java-bot Jan 31, 2026
c194f69
chore: Update generation configuration at Sat Jan 31 02:55:08 UTC 2026
cloud-java-bot Jan 31, 2026
1564d89
chore: generate libraries at Sat Jan 31 02:55:36 UTC 2026
cloud-java-bot Jan 31, 2026
7f72946
chore: Update generation configuration at Sun Feb 1 03:05:25 UTC 2026
cloud-java-bot Feb 1, 2026
e47c910
chore: Update generation configuration at Tue Feb 3 03:02:24 UTC 2026
cloud-java-bot Feb 3, 2026
d42c53b
chore: Update generation configuration at Wed Feb 4 03:00:02 UTC 2026
cloud-java-bot Feb 4, 2026
b6134e3
chore: Update generation configuration at Thu Feb 5 03:01:27 UTC 2026
cloud-java-bot Feb 5, 2026
06d9f4c
chore: generate libraries at Thu Feb 5 03:01:57 UTC 2026
cloud-java-bot Feb 5, 2026
9133867
chore: Update generation configuration at Fri Feb 6 03:00:39 UTC 2026
cloud-java-bot Feb 6, 2026
d8f16e1
chore: Update generation configuration at Sat Feb 7 02:57:26 UTC 2026
cloud-java-bot Feb 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.0
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.74.0')
implementation platform('com.google.cloud:libraries-bom:26.75.0')

implementation 'com.google.cloud:google-cloud-pubsub'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.66.0
googleapis_commitish: 2ac88973cbafba24e4fb6f31038e0c76174ae704
libraries_bom_version: 26.74.0
gapic_generator_version: 2.66.1
googleapis_commitish: 725496d32a359a40dd773995d3fda0342b440e15
libraries_bom_version: 26.75.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
Expand Down
Loading