Skip to content

Commit becef78

Browse files
authored
fix(deps): update dependency com.google.api-client:google-api-client-servlet to v2.1.1 (GoogleCloudPlatform#7514)
[![Mend 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-servlet](https://togithub.com/googleapis/google-api-java-client) | `2.0.1` -> `2.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-servlet/2.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-servlet/2.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-servlet/2.1.1/compatibility-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-servlet/2.1.1/confidence-slim/2.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-api-java-client</summary> ### [`v2.1.1`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;211-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev210v211-2022-12-02) [Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v2.1.0...v2.1.1) ##### Bug Fixes - Pinning commons-codec dependency in google-api-client ([#&GoogleCloudPlatform#8203;2201](https://togithub.com/googleapis/google-api-java-client/issues/2201)) ([27e94c0](https://togithub.com/googleapis/google-api-java-client/commit/27e94c05dcc7d744b6e0227c37d9920a698190b9)) ### [`v2.1.0`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;210-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev201v210-2022-11-29) [Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v2.0.1...v2.1.0) ##### Features - Next release from main branch is 2.1.0 ([#&GoogleCloudPlatform#8203;2179](https://togithub.com/googleapis/google-api-java-client/issues/2179)) ([0b39ce1](https://togithub.com/googleapis/google-api-java-client/commit/0b39ce1f50a1ccb49519d25d689b76e061791bb5)) ##### Bug Fixes - **deps:** Update dependency com.google.api-client:google-api-client to v2.0.1 ([#&GoogleCloudPlatform#8203;2176](https://togithub.com/googleapis/google-api-java-client/issues/2176)) ([7cb91f7](https://togithub.com/googleapis/google-api-java-client/commit/7cb91f70941e6c34b231aa367c7015cd9c0d346d)) - **deps:** Update dependency com.google.cloud:libraries-bom to v26.1.4 ([#&GoogleCloudPlatform#8203;2177](https://togithub.com/googleapis/google-api-java-client/issues/2177)) ([0e3be64](https://togithub.com/googleapis/google-api-java-client/commit/0e3be649b487e933be604022913375ec180e3fc2)) - Update and declare commons-codec dependency ([#&GoogleCloudPlatform#8203;2195](https://togithub.com/googleapis/google-api-java-client/issues/2195)) ([ad7f8ae](https://togithub.com/googleapis/google-api-java-client/commit/ad7f8ae6522baf6318de60976dcc842b77f8541e)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
1 parent d83b7e6 commit becef78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flexible/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>
6868
<artifactId>google-api-client-servlet</artifactId>
69-
<version>2.0.1</version>
69+
<version>2.1.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>javax.servlet</groupId>

flexible/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>
6868
<artifactId>google-api-client-servlet</artifactId>
69-
<version>2.0.1</version>
69+
<version>2.1.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)