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
ZhangJian He committed Jun 2, 2022
1 parent 40772c4 commit 5399e9f
Showing 1 changed file with 3 additions and 2 deletions.
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 5399e9f

Please sign in to comment.