Skip to content

Commit fed93e3

Browse files
authoredApr 11, 2022
fix(deps): update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.2 (#2033)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.oauth-client:google-oauth-client-bom](https://togithub.com/googleapis/google-oauth-java-client) | `1.33.1` -> `1.33.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.2/compatibility-slim/1.33.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.2/confidence-slim/1.33.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-oauth-java-client</summary> ### [`v1.33.2`](https://togithub.com/googleapis/google-oauth-java-client/blob/HEAD/CHANGELOG.md#&#8203;1332-httpsgithubcomgoogleapisgoogle-oauth-java-clientcomparev1331v1332-2022-04-07) [Compare Source](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.1...v1.33.2) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-api-java-client).
1 parent 334d8d6 commit fed93e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
<project.http.version>1.41.6</project.http.version>
497497
<project.httpcore.version>4.4.15</project.httpcore.version>
498498
<project.httpclient.version>4.5.13</project.httpclient.version>
499-
<project.oauth.version>1.33.1</project.oauth.version>
499+
<project.oauth.version>1.33.2</project.oauth.version>
500500
<project.jsr305.version>3.0.2</project.jsr305.version>
501501
<project.gson.version>2.8.6</project.gson.version>
502502
<project.protobuf-java.version>3.20.0</project.protobuf-java.version>

0 commit comments

Comments
 (0)
Please sign in to comment.