Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ac5e1d1
chore: Update generation configuration at Wed Sep 10 02:29:46 UTC 2025
cloud-java-bot Sep 10, 2025
54548c3
chore: Update generation configuration at Thu Sep 11 02:32:09 UTC 2025
cloud-java-bot Sep 11, 2025
196e21e
chore: merge main into generate-libraries-main
cloud-java-bot Sep 12, 2025
d1fa0b6
chore: Update generation configuration at Fri Sep 12 02:29:42 UTC 2025
cloud-java-bot Sep 12, 2025
86f26b9
chore: merge main into generate-libraries-main
cloud-java-bot Sep 13, 2025
f2efd48
chore: Update generation configuration at Sat Sep 13 02:24:06 UTC 2025
cloud-java-bot Sep 13, 2025
edbb197
chore: generate libraries at Sat Sep 13 02:24:35 UTC 2025
cloud-java-bot Sep 13, 2025
7fa0bc7
chore: Update generation configuration at Sun Sep 14 02:33:57 UTC 2025
cloud-java-bot Sep 14, 2025
257643e
chore: Update generation configuration at Mon Sep 15 02:33:36 UTC 2025
cloud-java-bot Sep 15, 2025
2c6e8d1
chore: generate libraries at Mon Sep 15 02:34:02 UTC 2025
cloud-java-bot Sep 15, 2025
aee9c46
chore: Update generation configuration at Tue Sep 16 02:29:24 UTC 2025
cloud-java-bot Sep 16, 2025
44d63b7
chore: Update generation configuration at Wed Sep 17 02:29:11 UTC 2025
cloud-java-bot Sep 17, 2025
ec7a9f0
chore: Update generation configuration at Thu Sep 18 02:30:55 UTC 2025
cloud-java-bot Sep 18, 2025
15223bc
chore: merge main into generate-libraries-main
cloud-java-bot Sep 19, 2025
8804e5f
chore: Update generation configuration at Fri Sep 19 02:32:28 UTC 2025
cloud-java-bot Sep 19, 2025
48f5f32
chore: generate libraries at Fri Sep 19 02:33:07 UTC 2025
cloud-java-bot Sep 19, 2025
87b9d4b
chore: Update generation configuration at Sat Sep 20 02:29:08 UTC 2025
cloud-java-bot Sep 20, 2025
f80dbb6
chore: merge main into generate-libraries-main
cloud-java-bot Sep 23, 2025
36ea06a
chore: Update generation configuration at Tue Sep 23 02:29:57 UTC 2025
cloud-java-bot Sep 23, 2025
7684cd1
chore: generate libraries at Tue Sep 23 02:30:33 UTC 2025
cloud-java-bot Sep 23, 2025
475659a
chore: Update generation configuration at Wed Sep 24 02:31:26 UTC 2025
cloud-java-bot Sep 24, 2025
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/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# the branch into which the pull request is merged
base_branch: main
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
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.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.52.2" # {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.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.52.2" # {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.52.1" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.52.2" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.66.0</version>
<version>26.68.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -43,15 +43,15 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.141.2</version>
<version>1.141.4</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.67.0')
implementation platform('com.google.cloud:libraries-bom:26.68.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.62.1
googleapis_commitish: 2585041b27d424ed4496d163671a95a7e1af4c31
libraries_bom_version: 26.67.0
gapic_generator_version: 2.62.2
googleapis_commitish: d4a9eb5869a1698d8887a68dd17e5bda9ec802d3
libraries_bom_version: 26.68.0
libraries:
- api_shortname: pubsub
name_pretty: Cloud Pub/Sub
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,7 @@
}
],
"semanticCommits": true,
"dependencyDashboard": true
"dependencyDashboard": true,
"prConcurrentLimit": 0,
"prHourlyLimit": 0
}
Loading