Skip to content

Commit 7cd3e1b

Browse files
authored
chore(deps): update dependency com.google.api:gapic-generator-java to v2.61.0 (#11694)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.api:gapic-generator-java](https://redirect.github.com/googleapis/sdk-platform-java) | `2.60.2` -> `2.61.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api:gapic-generator-java/2.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api:gapic-generator-java/2.60.2/2.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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.61.0`](https://redirect.github.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2610-2025-08-04) [Compare Source](https://redirect.github.com/googleapis/sdk-platform-java/compare/v2.60.2...v2.61.0) ##### Features - **mtls:** Add support for X.509-based mTLS-transport in Java GAX lib ([#&#8203;3852](https://redirect.github.com/googleapis/sdk-platform-java/issues/3852)) ([2d02344](https://redirect.github.com/googleapis/sdk-platform-java/commit/2d02344d79f5cfdca7834aa0d6306f1b72a7505a)) ##### Bug Fixes - improve error messaging for LRO CancellationException ([#&#8203;3873](https://redirect.github.com/googleapis/sdk-platform-java/issues/3873)) ([9cae675](https://redirect.github.com/googleapis/sdk-platform-java/commit/9cae675f0ff44227cea60e6802769e82cce948f2)) - make generation config update logs verbose ([#&#8203;3764](https://redirect.github.com/googleapis/sdk-platform-java/issues/3764)) ([9b1a34b](https://redirect.github.com/googleapis/sdk-platform-java/commit/9b1a34b0dd08c0eddcf09ef5d81b225d0942f529)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 42bda69 commit 7cd3e1b

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.60.2
130+
library_generation_image_tag: 2.61.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
@@ -20,7 +20,7 @@ on:
2020
pull_request:
2121
name: generation diff
2222
env:
23-
library_generation_image_tag: 2.60.2
23+
library_generation_image_tag: 2.61.0
2424
jobs:
2525
root-pom:
2626
# root pom.xml does not have diff from generated one

0 commit comments

Comments
 (0)