fix the okhttp3 version bug (#762)

Signed-off-by: RcXu <honeyxhl@163.com>
This commit is contained in:
Mr.Black 2022-07-18 18:36:49 +08:00 committed by GitHub
parent cff90c0015
commit 866b166e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ You can fix this by specifying a compatible OkHttp version in your project to ma
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>1.6.0</version>
<version>4.9.0</version>
</dependency>
```