minio / minio-java

MinIO Client SDK for Java
https://docs.min.io/docs/java-client-quickstart-guide.html
Apache License 2.0
1.12k stars 484 forks source link

okhttp-3.14.9.jar #1596

Closed dragoncdj closed 1 hour ago

dragoncdj commented 2 hours ago

springboot 使用minio 8.5.13报okhttp3.14.9错误 image

dragoncdj commented 2 hours ago

image

balamurugana commented 1 hour ago

You have to use okhttp 4.12.0 not 3.14.9. If other libraries depends on okhttp 3.14.9, you should fix the conflict.