Fix okhttp dependency (#14421)

This commit is contained in:
Shrikant Sharat Kandula 2022-06-09 16:36:45 +05:30 committed by GitHub
parent abf5821d32
commit 6fafbf58df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@
<dependency> <dependency>
<groupId>com.squareup.okhttp3</groupId> <groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId> <artifactId>okhttp</artifactId>
<scope>test</scope> <version>3.14.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.squareup.okhttp3</groupId> <groupId>com.squareup.okhttp3</groupId>