-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 #11879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 #11879
Conversation
2853608 to
6ff6e3b
Compare
java-notification/pom.xml
Outdated
| <groupId>com.google.guava</groupId> | ||
| <artifactId>failureaccess</artifactId> | ||
| </exclusion> | ||
| <exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may actually cause runtime errors. If the opentelemetry are excluded from storage and also specified in the pom, then we should be good. But in this case, only excluding opentelemetry from storage may exclude opentelemtry completely from customer's dependency tree.
@JoeWang1127 Can you check if opentelemetry is still available in the dependency tree for this library?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you are right, these dependencies need to be added in the pom.
I'll update the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
Referring to go/cloud-java-native-image#noclassdeffounderror-could-not-initialize-class as several similar errors have occured in compute. |
Head branch was pushed to by a user without write access
aee3cb2 to
d69af87
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
🤖 I have created a release *beep* *boop* --- <details><summary>1.77.0</summary> ## [1.77.0](v1.76.0...v1.77.0) (2026-01-29) ### Features * [aiplatform] RAG - add mode config to RagEngineConfig with Spanner and Serverless ([d7a49aa](d7a49aa)) * [auditmanager] new module for auditmanager ([#11888](#11888)) ([c307b61](c307b61)) * [backupdr] Add support for AlloyDB backup and restore ([d7a49aa](d7a49aa)) * [container] Add GPUDirectConfig to configure GPU Direct for node pools ([d7a49aa](d7a49aa)) * [container] Add SwapConfig to enable and configure swap memory for node pools ([d7a49aa](d7a49aa)) * [databasecenter] Adding Method AggregateIssueStats of Database Center API v1beta ([d7a49aa](d7a49aa)) * [dialogflow-cx] updated v3 dialogflow client libraries ([d7a49aa](d7a49aa)) * [grafeas] A new field `last_vulnerability_update_time` is added to message `.grafeas.v1.DiscoveryOccurrence` ([d7a49aa](d7a49aa)) * [kms] add the SingleTenantHsm functionality including the management API and resource types ([d7a49aa](d7a49aa)) * [network-management] add fields and messages for GKE Pods and IP masquerading ([d7a49aa](d7a49aa)) * [network-management] add fields and messages for GKE Pods and IP masquerading ([d7a49aa](d7a49aa)) * [networkconnectivity] Added OUTPUT_ONLY annotations to create_time and update_time in InternalRange to reflect existing service behavior ([d7a49aa](d7a49aa)) * [retail] add a user_attributes field in SearchRequest that can be used for personalization ([d7a49aa](d7a49aa)) * [run] add instances client library ([d7a49aa](d7a49aa)) * google/cloud/apiregistry/v1 release ([#11892](#11892)) ([ec0643e](ec0643e)) ### Bug Fixes * **deps:** update the Java code generator (gapic-generator-java) to 2.66.0 ([d7a49aa](d7a49aa)) * update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 ([#11879](#11879)) ([ac1f018](ac1f018)) ### Documentation * [cloudquotas] Correct typo in comment for field `quota_id` ([d7a49aa](d7a49aa)) * [document-ai] Regenerated REST and RPC Document AI documentation to include missing changes from September 2024 to November 2025 ([d7a49aa](d7a49aa)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: yoshi-code-bot <yoshi-code-bot@users.noreply.github.com> Co-authored-by: Jin Seop Kim <jinseop@google.com>
This PR contains the following updates:
3.55.1→3.56.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.