Skip to content

Update dependency com.google.auth:google-auth-library-oauth2-http to v1.50.0 - autoclosed - #3033

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.google.auth-google-auth-library-oauth2-http-1.x
Closed

Update dependency com.google.auth:google-auth-library-oauth2-http to v1.50.0 - autoclosed#3033
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.google.auth-google-auth-library-oauth2-http-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.auth:google-auth-library-oauth2-http 1.49.01.50.0 age confidence

Release Notes

googleapis/google-cloud-java (com.google.auth:google-auth-library-oauth2-http)

v1.50.0

⚠ BREAKING CHANGES
  • [gkehub] Update the configmanagement feature
Features
  • [aiplatform] add a new thought field in content proto (b68c98c)
  • [aiplatform] add Model Garden deploy API (b68c98c)
  • [cloudbuild] Add GoModule to Artifact and Results messages and new GO_MODULE_H1 hash type (b68c98c)
  • [contact-center-insights] A new resource pattern value projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation} added to the resource definition contactcenterinsights.googleapis.com/Conversation (b68c98c)
  • [dataplex] A new field force is added to message .google.cloud.dataplex.v1.DeleteDataScanRequest (b68c98c)
  • [dialogflow] add new fields for delivering intermediate transcriptions through PubSub (b68c98c)
  • [dialogflow] add new fields for delivering intermediate transcriptions through PubSub (b68c98c)
  • [gke-multi-cloud] added support for optionally disabling built-in GKE metrics (b68c98c)
  • [gkehub] Update the configmanagement feature (b68c98c)
  • [managedkafka] adds new resource_definition option (b68c98c)
  • [monitoring] added SqlCondition in AlertPolicy (b68c98c)
  • [netapp] Add ValidateDirectoryService API for testing AD connection of a storage pool (b68c98c)
  • [oracledatabase] A new value ACCOUNT_SUSPENDED is added to enum State (b68c98c)
  • [shopping-css] UpdateCssProduct is added to CssProductInput proto (b68c98c)
  • [shopping-merchant-datasources] New field product_review_data_source added in message .google.shopping.merchant.datasources.v1beta.DataSource to specify the datasource of the product review (b68c98c)
  • [speech] expand the set of supported explicit audio encodings (b68c98c)
  • [storage-transfer] support cross-bucket replication (b68c98c)
  • [talent] A new enum RelevanceThreshold is added (b68c98c)
  • [talent] A new enum RelevanceThreshold is added (b68c98c)
  • [texttospeech] StreamingSynthesize now supports opus (b68c98c)
  • [texttospeech] StreamingSynthesize now supports opus (b68c98c)
Bug Fixes
  • deps: update dependency com.google.cloud:google-cloud-storage to v2.47.0 (#​11385) (11faf74)
  • deps: update the Java code generator (gapic-generator-java) to 2.51.1 (b68c98c)
  • renovate-bot now updates native-image-sample libraries-bom version (#​11367) (8748cb9)
  • update dependency com.google.cloud:sdk-platform-java-config to v3.41.1 (#​11382) (a4fd23c)
  • update native-image-sample's libraries-bom version to 26.52.0 (#​11369) (2a37d4d)
Documentation
  • [batch] fix a few broken references in documentation (b68c98c)
  • [batch] fix broken references in comments (b68c98c)
  • [datacatalog] A comment for field parent in message .google.cloud.datacatalog.v1beta1.CreateTagRequest is changed (b68c98c)
  • [datacatalog] fix markdown reference in TagTemplate.is_publicly_readable comment (b68c98c)
  • [gke-multi-cloud] fix comments of existing field (b68c98c)
  • [kms] code documentation improvements (b68c98c)
  • [kms] modify enum comment (b68c98c)
  • [oracledatabase] the CloudVmClusterProperties.system_version field is no longer labeled as output only (b68c98c)
  • [parallelstore] fix links in documentation (b68c98c)
  • [private-catalog] fixed format string formatting (b68c98c)
  • [recaptchaenterprise] tweak comments (b68c98c)
  • [recaptchaenterprise] Update docs for FraudPrevention field in CreateAssessment (b68c98c)
  • [servicehealth] update documentation for various messages (b68c98c)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 07:59 AM, only on Tuesday (* 0-7 * * 2)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 4, 2026 00:56
Copilot AI review requested due to automatic review settings August 4, 2026 00:56
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Bumps the Google Auth Library dependency in the GCP auth extension to a newer patch/minor version.

Changes:

  • Update com.google.auth:google-auth-library-oauth2-http from 1.49.0 to 1.50.0.


// Only dependencies added to `implementation` configuration will be picked up by Shadow plugin
implementation("com.google.auth:google-auth-library-oauth2-http:1.49.0")
implementation("com.google.auth:google-auth-library-oauth2-http:1.50.0")
@github-actions
github-actions Bot requested review from jsuereth and psx95 August 4, 2026 00:56
@renovate
renovate Bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from af1e534 to 071ae3f Compare August 11, 2026 16:51
@renovate renovate Bot changed the title Update dependency com.google.auth:google-auth-library-oauth2-http to v1.50.0 Update dependency com.google.auth:google-auth-library-oauth2-http to v1.50.0 - autoclosed Aug 18, 2026
@renovate renovate Bot closed this Aug 18, 2026
@renovate
renovate Bot deleted the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch August 18, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant