Skip to content

Commit

Permalink
Bump okhttp3 mockwebserver to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avano committed Nov 4, 2022
1 parent 0de3d0e commit 2101faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
<gpg.plugin.version>3.0.1</gpg.plugin.version>
<git.changelog.maven.plugin>1.95.2</git.changelog.maven.plugin>
<okhttp-version>4.10.0</okhttp-version>
<okhttp-mock-version>4.10.0-RC1</okhttp-mock-version>
<gson-version>2.10</gson-version>
</properties>

Expand Down Expand Up @@ -138,7 +137,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${okhttp-mock-version}</version>
<version>${okhttp-version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 2101faf

Please sign in to comment.