Skip to content

Commit

Permalink
Revert dependency of minio-java to 7.1.4 (#1666)
Browse files Browse the repository at this point in the history
* fix: 降低 minio 版本,回滚至与 springboot 相对应的 okhttp 依赖版本
  • Loading branch information
vaulka authored Feb 25, 2022
1 parent 567ad5e commit 4bfc3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checkstyle {

repositories {
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/spring/'}
maven { url 'https://maven.aliyun.com/repository/spring/' }
mavenLocal()
mavenCentral()
}
Expand Down Expand Up @@ -50,13 +50,13 @@ bootJar {
}

ext {
guavaVersion= '31.0.1-jre'
guavaVersion = '31.0.1-jre'
upyunSdkVersion = '4.2.3'
qiniuSdkVersion = '7.8.0'
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'
Expand Down

0 comments on commit 4bfc3c0

Please sign in to comment.