Skip to content

Commit e04028d

Browse files
hezhangjiannobodyiam
authored andcommittedJun 4, 2022
Bump okhttp3 from 3.11.0 to 4.9.3
1 parent 40772c4 commit e04028d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Apollo 2.0.1
99
* [Fix search user duplication issue](https://github.com/apolloconfig/apollo/pull/4371)
1010
* [Fix the npe issue for old version of gray release rules](https://github.com/apolloconfig/apollo/pull/4382)
1111
* [Fix the delete AppNamespace failed issue](https://github.com/apolloconfig/apollo/pull/4388)
12+
* [Bump okhttp3 from 3.11.0 to 4.9.3](https://github.com/apolloconfig/apollo/pull/4392)
1213
------------------
1314
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/12?closed=1)

‎apollo-mockserver/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,20 @@
3030

3131
<properties>
3232
<github.path>${project.artifactId}</github.path>
33+
<okhttp3.version>4.9.3</okhttp3.version>
3334
</properties>
3435

3536
<dependencyManagement>
3637
<dependencies>
3738
<dependency>
3839
<groupId>com.squareup.okhttp3</groupId>
3940
<artifactId>mockwebserver</artifactId>
40-
<version>3.11.0</version>
41+
<version>${okhttp3.version}</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>com.squareup.okhttp3</groupId>
4445
<artifactId>okhttp</artifactId>
45-
<version>3.11.0</version>
46+
<version>${okhttp3.version}</version>
4647
</dependency>
4748
</dependencies>
4849
</dependencyManagement>

0 commit comments

Comments
 (0)
Please sign in to comment.