Skip to content

Commit

Permalink
perf($MinIO): update MinIO dependency version to 8.3.7
Browse files Browse the repository at this point in the history
bound with okhttp 4.8.1
  • Loading branch information
johnnymillergh committed Apr 3, 2022
1 parent c71694b commit d77c2a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions oss-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<artifactId>minio</artifactId>
<version>${minio.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>

<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
<easyexcel.version>2.2.6</easyexcel.version>
<poi.version>5.2.2</poi.version>
<logstash-logback-encoder.version>7.0.1</logstash-logback-encoder.version>
<minio.version>8.2.2</minio.version>
<minio.version>8.3.7</minio.version>
<okhttp.version>4.8.1</okhttp.version>
<apache-tika.version>2.3.0</apache-tika.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
Expand Down

0 comments on commit d77c2a2

Please sign in to comment.