Skip to content

Commit

Permalink
Add explicit okhttp dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Dec 10, 2024
1 parent e69389e commit 8b52d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${version.okhttp}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8b52d93

Please sign in to comment.