From e0f1aaa7a70acc6834b6dd86b1ae7a544b05378e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:23:20 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.6 Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.20.4 to 1.20.6. - [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.20.4...1.20.6) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SpringBootDynamo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootDynamo/build.gradle b/SpringBootDynamo/build.gradle index ac216302..12af328d 100644 --- a/SpringBootDynamo/build.gradle +++ b/SpringBootDynamo/build.gradle @@ -10,5 +10,5 @@ dependencies { implementation 'software.amazon.awssdk:dynamodb' implementation 'org.springframework.boot:spring-boot-starter-web' - testImplementation 'org.testcontainers:junit-jupiter:1.20.4' + testImplementation 'org.testcontainers:junit-jupiter:1.20.6' } \ No newline at end of file