Skip to content

Commit 95b2a3d

Browse files
authored
chore(deps): update dependency com.google.api-client:google-api-client-appengine to v1.32.2 (GoogleCloudPlatform#6179)
[![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.api-client:google-api-client-appengine](https://togithub.com/googleapis/google-api-java-client) | `1.32.1` -> `1.32.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.32.2/compatibility-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-appengine/1.32.2/confidence-slim/1.32.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-api-java-client</summary> ### [`v1.32.2`](https://togithub.com/googleapis/google-api-java-client/blob/master/CHANGELOG.md#&#8203;1322-httpswwwgithubcomgoogleapisgoogle-api-java-clientcomparev1321v1322-2021-10-14) [Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.32.1...v1.32.2) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **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 33563da commit 95b2a3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine-java8/firebase-tictactoe/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.api-client</groupId>
7474
<artifactId>google-api-client-appengine</artifactId>
75-
<version>1.32.1</version>
75+
<version>1.32.2</version>
7676
</dependency>
7777

7878

flexible/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.api-client</groupId>
6363
<artifactId>google-api-client-appengine</artifactId>
64-
<version>1.32.1</version>
64+
<version>1.32.2</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>

flexible/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.api-client</groupId>
6363
<artifactId>google-api-client-appengine</artifactId>
64-
<version>1.32.1</version>
64+
<version>1.32.2</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>

unittests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.api-client</groupId>
7373
<artifactId>google-api-client-appengine</artifactId>
74-
<version>1.32.1</version>
74+
<version>1.32.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)