Skip to content

Commit f507286

Browse files
authored
chore(deps): update dependency com.google.api:gapic-generator-java to v2.67.0 (googleapis#11955)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.api:gapic-generator-java](https://redirect.github.com/googleapis/sdk-platform-java) | `2.66.0` → `2.67.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api:gapic-generator-java/2.67.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api:gapic-generator-java/2.66.0/2.67.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/sdk-platform-java (com.google.api:gapic-generator-java)</summary> ### [`v2.67.0`](https://redirect.github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2670-2026-02-18) [Compare Source](https://redirect.github.com/googleapis/sdk-platform-java/compare/v2.66.1...v2.67.0) ##### Features - **observability:** introduce minimal tracing implementation ([#&googleapis#8203;4105](https://redirect.github.com/googleapis/sdk-platform-java/issues/4105)) ([e4e5e89](https://redirect.github.com/googleapis/sdk-platform-java/commit/e4e5e893e7a62bd12528e7d448dc2789f71946eb)) ##### Dependencies - Upgrade Google-Auth-Library to v1.43.0 ([#&googleapis#8203;4114](https://redirect.github.com/googleapis/sdk-platform-java/issues/4114)) ([825298b](https://redirect.github.com/googleapis/sdk-platform-java/commit/825298b6bf225bb8536ecab9d788f82f3f8eec4d)) - Upgrade grpc to 1.76.3 ([#&googleapis#8203;4106](https://redirect.github.com/googleapis/sdk-platform-java/issues/4106)) ([c6555f5](https://redirect.github.com/googleapis/sdk-platform-java/commit/c6555f5f0cd85683db76394271e1f57989cac7d0)) ### [`v2.66.1`](https://redirect.github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2661-2026-02-04) [Compare Source](https://redirect.github.com/googleapis/sdk-platform-java/compare/v2.66.0...v2.66.1) ##### Documentation - \[common-protos] update reference documentation for `SelectionInput.DROPDOWN` to include dynamic data sources and autosuggestion ([9960262](https://redirect.github.com/googleapis/sdk-platform-java/commit/9960262cf248400836c04063e6a701bec2aca1ba)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/google-cloud-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 7c2af43 commit f507286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128128
/src/library_generation/cli/entry_point.py validate-generation-config
129129
env:
130-
library_generation_image_tag: 2.66.0
130+
library_generation_image_tag: 2.67.0
131131
workspace_name: /workspace
132132

133133
# TODO: Uncomment the needed Github Actions

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.66.0
20+
library_generation_image_tag: 2.67.0
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one

0 commit comments

Comments
 (0)