Skip to content

Commit 5353f3d

Browse files
authored
chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.7.2 (#2945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.squareup.okhttp3:okhttp](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | patch | `4.7.1` -> `4.7.2` | --- ### Release Notes <details> <summary>square/okhttp</summary> ### [`v4.7.2`](https://togithub.com/square/okhttp/blob/master/CHANGELOG.md#Version-472) _2020-05-20_ - Fix: Don't crash inspecting whether the host platform is JVM or Android. With 4.7.0 and 4.7.1 we had a crash `IllegalArgumentException: Not a Conscrypt trust manager` because we depended on initialization order of companion objects. </details> --- ### 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**: Never, 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#GoogleCloudPlatform/java-docs-samples).
1 parent d02178b commit 5353f3d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

appengine-java11/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copyright 2019 Google LLC
5959
<dependency>
6060
<groupId>com.squareup.okhttp3</groupId>
6161
<artifactId>okhttp</artifactId>
62-
<version>4.7.1</version>
62+
<version>4.7.2</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

appengine-java8/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Copyright 2017 Google Inc.
5656
<dependency>
5757
<groupId>com.squareup.okhttp3</groupId>
5858
<artifactId>okhttp</artifactId>
59-
<version>4.7.1</version>
59+
<version>4.7.2</version>
6060
</dependency>
6161

6262
<dependency>

appengine-java8/metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Copyright 2017 Google Inc.
5151
<dependency>
5252
<groupId>com.squareup.okhttp3</groupId>
5353
<artifactId>okhttp</artifactId>
54-
<version>4.7.1</version>
54+
<version>4.7.2</version>
5555
</dependency>
5656

5757
<dependency>

flexible/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Copyright 2017 Google Inc.
5353
<dependency>
5454
<groupId>com.squareup.okhttp3</groupId>
5555
<artifactId>okhttp</artifactId>
56-
<version>4.7.1</version>
56+
<version>4.7.2</version>
5757
</dependency>
5858

5959
<dependency>

run/authentication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ limitations under the License.
3737
<dependency>
3838
<groupId>com.squareup.okhttp3</groupId>
3939
<artifactId>okhttp</artifactId>
40-
<version>4.7.1</version>
40+
<version>4.7.2</version>
4141
</dependency>
4242

4343
<dependency>

run/logging-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ limitations under the License.
5454
<dependency>
5555
<groupId>com.squareup.okhttp3</groupId>
5656
<artifactId>okhttp</artifactId>
57-
<version>4.7.1</version>
57+
<version>4.7.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>

run/markdown-preview/editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.squareup.okhttp3</groupId>
5656
<artifactId>okhttp</artifactId>
57-
<version>4.7.1</version>
57+
<version>4.7.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>

0 commit comments

Comments
 (0)