Skip to content
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(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.27.0 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 12, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.auth:google-auth-library-oauth2-http 0.9.1 -> 0.27.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.27.0

Features

v0.26.0

Features
Bug Fixes
  • use orginal url as audience for self signed jwt if scheme or host is null (#​642) (b4e6f1a)
0.25.5 (2021-04-22)
Dependencies
0.25.4 (2021-04-15)
Bug Fixes
0.25.3 (2021-04-12)
Dependencies
0.25.2 (2021-03-18)
Bug Fixes
0.25.1 (2021-03-18)
Bug Fixes
  • fix service account credentials createScopedRequired (#​601) (0614482)

v0.25.5

v0.25.4

v0.25.3

v0.25.2

v0.25.2-sp.1

Features

v0.25.1

v0.25.0

Features
0.24.1 (2021-02-25)
Dependencies
  • update dependency com.google.http-client:google-http-client-bom to v1.39.0 (#​580) (88718b0)

v0.24.1

v0.24.0

Features
Bug Fixes
Documentation
  • add instructions for using workload identity federation (#​564) (2142db3)

v0.23.0

⚠ BREAKING CHANGES
  • privatize deprecated constructor (#​473)
Features
Bug Fixes
Dependencies
  • update dependency com.google.appengine:appengine-api-1.0-sdk to v1.9.84 (#​422) (b262c45)
  • update dependency com.google.guava:guava to v30.1-android (#​522) (4090d1c)
Documentation
0.22.2 (2020-12-11)
Bug Fixes
  • quotaProjectId should be applied for cached getRequestMetadata(URI, Executor, RequestMetadataCallback) (#​509) (0a8412f)
0.22.1 (2020-11-05)
Bug Fixes
Dependencies
  • update dependency com.google.guava:guava to v30 (#​497) (0551649)
  • update dependency com.google.http-client:google-http-client-bom to v1.38.0 (#​503) (46f20bc)

v0.22.2

v0.22.1

v0.22.0

Features
Documentation
Dependencies
  • update dependency com.google.http-client:google-http-client-bom to v1.37.0 (#​486) (3027fbf)
0.21.1 (2020-07-07)
Dependencies

v0.21.1

v0.21.0

Features
  • add TokenVerifier class that can verify RS256/ES256 tokens (#​420) (5014ac7)
Dependencies

v0.20.0

Features
Dependencies

v0.19.0

Features
Dependencies
  • update appengine-sdk to 1.9.76 (#​366) (590883d)
  • update autovalue packages to v1.7 (#​365) (42a1694)
  • update dependency com.google.appengine:appengine to v1.9.77 (#​377) (c3c950e)
  • update dependency com.google.http-client:google-http-client-bom to v1.33.0 (#​374) (af0af50)
Documentation
0.18.0 (2019-10-09)
Bug Fixes
  • make JwtClaims.newBuilder() public (#​350) (6ab8758)
  • move autovalue into annotation processor path instead of classpath (#​358) (a82d348)
Dependencies
Documentation
  • fix include instructions in google-auth-library-bom README (#​352) (f649735)
0.17.4 (2019-10-08)
Bug Fixes
  • make JwtClaims.newBuilder() public (#​350) (6ab8758)
  • move autovalue into annotation processor path instead of classpath (#​358) (a82d348)
Dependencies
Documentation
  • fix include instructions in google-auth-library-bom README (#​352) (f649735)
0.17.2 (2019-09-24)
Bug Fixes
0.17.1 (2019-08-22)
Bug Fixes
  • allow unset/null privateKeyId for JwtCredentials (#​336) (d28a6ed)

v0.18.0

v0.17.2

v0.17.1

v0.17.0

Bug Fixes
Features
Reverts

v0.16.2

Bug Fixes
  • Add metadata-flavor header to metadata server ping for compute engine (#​283)
Dependencies
  • Import http client bom for dependency management (#​268)
Documentation
  • README section for interop with google-http-client (#​275)

v0.16.1

Dependencies
  • Update dependency com.google.http-client:google-http-client to v1.30.1 (#​265)

v0.16.0

Features
  • Add google-auth-library-bom artifact (#​256)
Dependencies
  • Update dependency com.google.http-client:google-http-client to v1.30.0 (#​261)
  • Update dependency com.google.http-client:google-http-client to v1.29.2 (#​259)
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 (#​257)
  • Update to latest app engine SDK version (#​258)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.1.0 (#​254)
  • Update dependency org.jacoco:jacoco-maven-plugin to v0.8.4 (#​255)
  • Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.1.2 (#​252)
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 (#​253)
Documentation
  • Javadoc publish kokoro job uses docpublisher (#​243)

v0.15.0

Bug Fixes
  • createScoped: make overload call implementation (#​229)
Reverts
  • Add back in deprecated methods in ServiceAccountJwtAccessCredentials (#​238)

v0.14.0

Bug Fixes
  • update default metadata url (#​230)
  • Remove deprecated methods (#​190)
  • Update Sign Blob API (#​232)
Dependencies

v0.13.0

Bug Fixes
  • Use OutputStream directly instead of PrintWriter (#​220)
  • Improve log output when detecting GCE (#​214)
Features
  • Overload GoogleCredentials.createScoped with variadic arguments (#​218)
Dependencies
  • Update google-http-client version, guava, and maven surefire plugin (#​221)

v0.12.0

Bug Fixes
  • Show error message in case of problems with getting access token (#​206)
  • Add note about NO_GCE_CHECK to metadata 404 error message (#​205)
Features
  • Add ImpersonatedCredentials (#​211)
  • Add option to suppress end user credentials warning. (#​207)
Dependencies
  • Update google-http-java-client dependency to 1.27.0 (#​208)
Documentation
  • README grammar fix (#​192)
  • Add unstable badge to README (#​184)
  • Update README with instructions on installing the App Engine SDK and running the tests (#​209)

v0.11.0

Bug Fixes
Dependencies
  • Update dependencies (guava) (#​170)
  • Bumping google-http-client version to 1.24.1 (#​171)
Documentation
  • Documentation for ComputeEngineCredential signing. (#​176)
  • Fix README link (#​169)

v0.10.0

Bug Fixes
  • Read token_uri from service account JSON (#​160)
  • Log warning if default credentials uses a user token from gcloud sdk (#​166)
Features
  • Add OAuth2Credentials#refreshIfExpired() (#​163)
  • ComputeEngineCredentials implements ServiceAccountSigner (#​141)
Documentation
  • Versionless Javadocs (#​164)
  • Fix documentation for getAccessToken() returning cached value (#​162)

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner July 12, 2021 23:08
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 12, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 12, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 12, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-0.x branch from b6987b3 to 5283ca6 Compare July 15, 2021 01:26
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.26.0 chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.27.0 Jul 15, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 15, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 15, 2021
@renovate-bot renovate-bot changed the title chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.27.0 fix(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.27.0 Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant