Skip to content

Commit

Permalink
Merge pull request tnb-software#239 from avano/mockwebserver
Browse files Browse the repository at this point in the history
  • Loading branch information
avano authored Nov 4, 2022
2 parents 0de3d0e + 2101faf commit d201572
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 d201572

Please sign in to comment.