Commit e04028d authored and committed Jun 4, 2022
1 parent 40772c4 commit e04028d Copy full SHA for e04028d
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ Apollo 2.0.1
9
9
* [ Fix search user duplication issue] ( https://github.com/apolloconfig/apollo/pull/4371 )
10
10
* [ Fix the npe issue for old version of gray release rules] ( https://github.com/apolloconfig/apollo/pull/4382 )
11
11
* [ 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 )
12
13
------------------
13
14
All issues and pull requests are [ here] ( https://github.com/apolloconfig/apollo/milestone/12?closed=1 )
Original file line number Diff line number Diff line change 30
30
31
31
<properties >
32
32
<github .path>${project.artifactId} </github .path>
33
+ <okhttp3 .version>4.9.3</okhttp3 .version>
33
34
</properties >
34
35
35
36
<dependencyManagement >
36
37
<dependencies >
37
38
<dependency >
38
39
<groupId >com.squareup.okhttp3</groupId >
39
40
<artifactId >mockwebserver</artifactId >
40
- <version >3.11.0 </version >
41
+ <version >${okhttp3.version} </version >
41
42
</dependency >
42
43
<dependency >
43
44
<groupId >com.squareup.okhttp3</groupId >
44
45
<artifactId >okhttp</artifactId >
45
- <version >3.11.0 </version >
46
+ <version >${okhttp3.version} </version >
46
47
</dependency >
47
48
</dependencies >
48
49
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments