Skip to content

Commit

Permalink
Bump okhttp3 from 3.11.0 to 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj authored and nobodyiam committed Jun 4, 2022
1 parent 40772c4 commit e04028d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Apollo 2.0.1
* [Fix search user duplication issue](https://github.com/apolloconfig/apollo/pull/4371)
* [Fix the npe issue for old version of gray release rules](https://github.com/apolloconfig/apollo/pull/4382)
* [Fix the delete AppNamespace failed issue](https://github.com/apolloconfig/apollo/pull/4388)
* [Bump okhttp3 from 3.11.0 to 4.9.3](https://github.com/apolloconfig/apollo/pull/4392)
------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/12?closed=1)
5 changes: 3 additions & 2 deletions apollo-mockserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@

<properties>
<github.path>${project.artifactId}</github.path>
<okhttp3.version>4.9.3</okhttp3.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.11.0</version>
<version>${okhttp3.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.11.0</version>
<version>${okhttp3.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit e04028d

Please sign in to comment.