Skip to content

Commit

Permalink
Add dependency on okttp3 mockwebserver to align on okhttp3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 19, 2023
1 parent ba4cf45 commit 6f02241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grpc/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<artifactId>parsson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${version.lib.okhttp3}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 6f02241

Please sign in to comment.