Skip to content

Commit

Permalink
fix: embedded-minio/pom.xml to reduce vulnerabilities (#1499)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-5901530

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
rotemplay and snyk-bot authored Sep 23, 2023
1 parent 33dfcd4 commit 368d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>embedded-minio</artifactId>

<properties>
<minio.version>8.5.5</minio.version>
<minio.version>8.5.6</minio.version>
<!-- Manage an OkHttp version supported by MinIO -->
<okhttp.version>4.11.0</okhttp.version>
</properties>
Expand Down

0 comments on commit 368d995

Please sign in to comment.