Skip to content

Commit fd584e3

Browse files
authored
deps: update dependency com.google.oauth-client:google-oauth-client-java6 to v1.31.2 (#912)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.oauth-client:google-oauth-client-java6](com/google/oauth-client/google-oauth-client-java6) | patch | `1.31.1` -> `1.31.2` | --- ### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update 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/googleapis/java-bigquery).
1 parent 518571d commit fd584e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/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.oauth-client</groupId>
5454
<artifactId>google-oauth-client-java6</artifactId>
55-
<version>1.31.1</version>
55+
<version>1.31.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.oauth-client</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.oauth-client</groupId>
5252
<artifactId>google-oauth-client-java6</artifactId>
53-
<version>1.31.1</version>
53+
<version>1.31.2</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.oauth-client</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.oauth-client</groupId>
6565
<artifactId>google-oauth-client-java6</artifactId>
66-
<version>1.31.1</version>
66+
<version>1.31.2</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.oauth-client</groupId>

0 commit comments

Comments
 (0)