From 0fbd3ff93be27329f7e18ac8f85a96ab6b6bebc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:59:14 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:minio from 1.19.8 to 1.20.1 Bumps [org.testcontainers:minio](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.8...1.20.1) --- updated-dependencies: - dependency-name: org.testcontainers:minio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a165bd9..d44704f 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ dependencies { // testcontainers testImplementation "org.testcontainers:testcontainers:1.19.8" testImplementation "org.testcontainers:junit-jupiter:1.19.8" - testImplementation "org.testcontainers:minio:1.19.8" + testImplementation "org.testcontainers:minio:1.20.1" } /**********************************************************************************************************************\