mirror of https://github.com/dapr/java-sdk.git
fix the okhttp3 version bug (#762)
Signed-off-by: RcXu <honeyxhl@163.com>
This commit is contained in:
parent
cff90c0015
commit
866b166e11
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue