Skip to content

Commit a2b4b32

Browse files
authored
fix(deps): update dependency com.squareup.okhttp3:okhttp to v4.12.0 (GoogleCloudPlatform#8832)
1 parent c3107f2 commit a2b4b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.11.0</version>
75+
<version>4.12.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.11.0</version>
73+
<version>4.12.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.11.0</version>
68+
<version>4.12.0</version>
6969
</dependency>
7070

7171
<dependency>

0 commit comments

Comments
 (0)