This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 86a1ce28275 chore(deps): Bump io.minio:minio from 8.5.11 to 8.5.12
86a1ce28275 is described below
commit 86a1ce2827578d5dc815ae491755d11087a1a13d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 12:16:37 2024 +0000
chore(deps): Bump io.minio:minio from 8.5.11 to 8.5.12
Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.5.11 to
8.5.12.
- [Release notes](https://github.com/minio/minio-java/releases)
- [Commits](https://github.com/minio/minio-java/compare/8.5.11...8.5.12)
---
updated-dependencies:
- dependency-name: io.minio:minio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 23c765806af..953c04676fb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -359,7 +359,7 @@
<mina-version>2.2.3</mina-version>
<minidns-version>0.3.4</minidns-version>
<minimal-json-version>0.9.5</minimal-json-version>
- <minio-version>8.5.11</minio-version>
+ <minio-version>8.5.12</minio-version>
<mock-javamail-version>1.9</mock-javamail-version>
<mockwebserver-version>6.13.3</mockwebserver-version>
<mockito-version>5.12.0</mockito-version>