Skip to content

Commit 058858a

Browse files
authored
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.11.0 (GoogleCloudPlatform#8063)
[![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.squareup.okhttp3:okhttp](https://square.github.io/okhttp/) ([source](https://togithub.com/square/okhttp)) | `4.10.0` -> `4.11.0` | [![age](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.11.0/compatibility-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.squareup.okhttp3:okhttp/4.11.0/confidence-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
1 parent ff92ac3 commit 058858a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine-java11/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Copyright 2019 Google LLC
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
7474
<artifactId>okhttp</artifactId>
75-
<version>4.10.0</version>
75+
<version>4.11.0</version>
7676
<scope>provided</scope>
7777
</dependency>
7878

appengine-java8/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Copyright 2017 Google Inc.
7070
<dependency>
7171
<groupId>com.squareup.okhttp3</groupId>
7272
<artifactId>okhttp</artifactId>
73-
<version>4.10.0</version>
73+
<version>4.11.0</version>
7474
</dependency>
7575

7676
<dependency>

appengine-java8/metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Copyright 2017 Google Inc.
6565
<dependency>
6666
<groupId>com.squareup.okhttp3</groupId>
6767
<artifactId>okhttp</artifactId>
68-
<version>4.10.0</version>
68+
<version>4.11.0</version>
6969
</dependency>
7070

7171
<dependency>

flexible/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Copyright 2017 Google Inc.
6767
<dependency>
6868
<groupId>com.squareup.okhttp3</groupId>
6969
<artifactId>okhttp</artifactId>
70-
<version>4.10.0</version>
70+
<version>4.11.0</version>
7171
</dependency>
7272

7373
<dependency>

flexible/java-8/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Copyright 2017 Google Inc.
6666
<dependency>
6767
<groupId>com.squareup.okhttp3</groupId>
6868
<artifactId>okhttp</artifactId>
69-
<version>4.10.0</version>
69+
<version>4.11.0</version>
7070
</dependency>
7171

7272
<dependency>

0 commit comments

Comments
 (0)