Skip to content

Commit b8376f1

Browse files
authoredFeb 9, 2022
fix(deps): update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.1 (#1986)
[![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.0` -> `1.33.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.1/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.1/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.1/compatibility-slim/1.33.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.oauth-client:google-oauth-client-bom/1.33.1/confidence-slim/1.33.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-oauth-java-client</summary> ### [`v1.33.1`](https://togithub.com/googleapis/google-oauth-java-client/blob/HEAD/CHANGELOG.md#&#8203;1331-httpsgithubcomgoogleapisgoogle-oauth-java-clientcomparev1330v1331-2022-02-08) [Compare Source](https://togithub.com/googleapis/google-oauth-java-client/compare/v1.33.0...v1.33.1) </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 191850a commit b8376f1

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.2</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.0</project.oauth.version>
499+
<project.oauth.version>1.33.1</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.19.4</project.protobuf-java.version>

0 commit comments

Comments
 (0)
Please sign in to comment.