Skip to content

Commit 3ea24e6

Browse files
authored
chore(deps): update dependency com.google.http-client:google-http-client to v1.42.2 (#917)
[![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.http-client:google-http-client](https://togithub.com/googleapis/google-http-java-client) | `1.42.1` -> `1.42.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client/1.42.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client/1.42.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client/1.42.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client/1.42.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-http-java-client</summary> ### [`v1.42.2`](https://togithub.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#&#8203;1422-httpsgithubcomgoogleapisgoogle-http-java-clientcomparev1421v1422-2022-07-13) [Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.42.1...v1.42.2) ##### Bug Fixes - enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/google-http-java-client/issues/1485)) ([#&#8203;1684](https://togithub.com/googleapis/google-http-java-client/issues/1684)) ([9d789f5](https://togithub.com/googleapis/google-http-java-client/commit/9d789f511b907c3970ed9845a4c092fe5458755d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8am on Friday,before 12pm on Friday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory).
1 parent 01d9a9e commit 3ea24e6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.http-client</groupId>
9595
<artifactId>google-http-client</artifactId>
96-
<version>1.42.1</version>
96+
<version>1.42.2</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.http-client</groupId>

jdbc/mysql-j-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.google.http-client</groupId>
8888
<artifactId>google-http-client</artifactId>
89-
<version>1.42.1</version>
89+
<version>1.42.2</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.http-client</groupId>

jdbc/mysql-j-8/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.http-client</groupId>
8787
<artifactId>google-http-client</artifactId>
88-
<version>1.42.1</version>
88+
<version>1.42.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.google.errorprone</groupId>

jdbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.google.http-client</groupId>
8686
<artifactId>google-http-client</artifactId>
87-
<version>1.42.1</version>
87+
<version>1.42.2</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.google.errorprone</groupId>

jdbc/sqlserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.google.http-client</groupId>
8686
<artifactId>google-http-client</artifactId>
87-
<version>1.42.1</version>
87+
<version>1.42.2</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.google.errorprone</groupId>

r2dbc/core/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.http-client</groupId>
7474
<artifactId>google-http-client</artifactId>
75-
<version>1.42.1</version>
75+
<version>1.42.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.http-client</groupId>

r2dbc/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.http-client</groupId>
140140
<artifactId>google-http-client</artifactId>
141-
<version>1.42.1</version>
141+
<version>1.42.2</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.http-client</groupId>

r2dbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>com.google.http-client</groupId>
146146
<artifactId>google-http-client</artifactId>
147-
<version>1.42.1</version>
147+
<version>1.42.2</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.google.http-client</groupId>

r2dbc/sqlserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.google.http-client</groupId>
141141
<artifactId>google-http-client</artifactId>
142-
<version>1.42.1</version>
142+
<version>1.42.2</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)