Skip to content

Commit b020cc8

Browse files
authored
chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v0.22.1 (GoogleCloudPlatform#4333)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.auth:google-auth-library-oauth2-http](com/google/auth/google-auth-library-oauth2-http) | minor | `0.21.1` -> `0.22.1` | | [com.google.auth:google-auth-library-oauth2-http](com/google/auth/google-auth-library-oauth2-http) | patch | `0.22.0` -> `0.22.1` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 4c7cc26 commit b020cc8

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

appengine-java8/firebase-tictactoe/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.auth</groupId>
5454
<artifactId>google-auth-library-oauth2-http</artifactId>
55-
<version>0.22.0</version>
55+
<version>0.22.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.code.gson</groupId>

bigquery/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.auth</groupId>
7070
<artifactId>google-auth-library-oauth2-http</artifactId>
71-
<version>0.22.0</version>
71+
<version>0.22.1</version>
7272
</dependency>
7373

7474
<!-- Test dependencies -->

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<dependency>
4141
<groupId>com.google.auth</groupId>
4242
<artifactId>google-auth-library-oauth2-http</artifactId>
43-
<version>0.22.0</version>
43+
<version>0.22.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.apis</groupId>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.auth</groupId>
3030
<artifactId>google-auth-library-oauth2-http</artifactId>
31-
<version>0.22.0</version>
31+
<version>0.22.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.auth0</groupId>

healthcare/v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.auth</groupId>
8787
<artifactId>google-auth-library-oauth2-http</artifactId>
88-
<version>0.21.1</version>
88+
<version>0.22.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.google.cloud</groupId>

iap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.auth</groupId>
6060
<artifactId>google-auth-library-oauth2-http</artifactId>
61-
<version>0.22.0</version>
61+
<version>0.22.1</version>
6262
</dependency>
6363
<!-- [END dependencies] -->
6464

iot/api-client/end-to-end-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.auth</groupId>
7070
<artifactId>google-auth-library-oauth2-http</artifactId>
71-
<version>0.22.0</version>
71+
<version>0.22.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.guava</groupId>

mlengine/online-prediction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>com.google.auth</groupId>
6868
<artifactId>google-auth-library-oauth2-http</artifactId>
69-
<version>0.22.0</version>
69+
<version>0.22.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.apis</groupId>

monitoring/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.auth</groupId>
7878
<artifactId>google-auth-library-oauth2-http</artifactId>
79-
<version>0.22.0</version>
79+
<version>0.22.1</version>
8080
</dependency>
8181

8282
<!-- Test dependencies -->

monitoring/v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.auth</groupId>
7474
<artifactId>google-auth-library-oauth2-http</artifactId>
75-
<version>0.22.0</version>
75+
<version>0.22.1</version>
7676
</dependency>
7777

7878
<!-- Test dependencies -->

0 commit comments

Comments
 (0)