Revert dependency of minio-java to 7.1.4 (#1666)

* fix: 降低 minio 版本,回滚至与 springboot 相对应的 okhttp 依赖版本
pull/1686/head
PONGSKY 2022-02-25 21:24:56 +08:00 committed by GitHub
parent 567ad5ef46
commit 4bfc3c0228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ ext {
aliyunSdkVersion = '3.13.2'
baiduSdkVersion = '0.10.36'
qcloudSdkVersion = '5.6.61'
minioSdkVersion = '8.3.4'
minioSdkVersion = '7.1.4'
swaggerVersion = "3.0.0"
commonsFileUploadVersion = "1.4"
commonsLangVersion = '3.12.0'