Skip to content

Commit 4517a30

Browse files
authored
chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.9.3 (GoogleCloudPlatform#6422)
[![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.squareup.okhttp3:okhttp](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.9.2` -> `4.9.3` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.3/compatibility-slim/4.9.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.9.3/confidence-slim/4.9.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>square/okhttp</summary> ### [`v4.9.3`](https://togithub.com/square/okhttp/blob/master/CHANGELOG.md#Version-493) *2021-11-21* - Fix: Don't fail HTTP/2 responses if they complete before a `RST_STREAM` is sent. </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, click this checkbox. --- 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 1f0a182 commit 4517a30

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.9.2</version>
62+
<version>4.9.3</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.9.2</version>
59+
<version>4.9.3</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.9.2</version>
54+
<version>4.9.3</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.9.2</version>
56+
<version>4.9.3</version>
5757
</dependency>
5858

5959
<dependency>

run/filesystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ limitations under the License.
7777
<dependency>
7878
<groupId>com.squareup.okhttp3</groupId>
7979
<artifactId>okhttp</artifactId>
80-
<version>4.9.2</version>
80+
<version>4.9.3</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

run/logging-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>com.squareup.okhttp3</groupId>
5858
<artifactId>okhttp</artifactId>
59-
<version>4.9.2</version>
59+
<version>4.9.3</version>
6060
</dependency>
6161
<dependency>
6262
<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.9.2</version>
57+
<version>4.9.3</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.auth</groupId>

0 commit comments

Comments
 (0)