From c3a672cbb1038ca840d0c976d99324a99336ab11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:40:25 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4 Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.20.3 to 1.20.4. - [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.3...1.20.4) --- 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 cf232703..2704ea45 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.3' + testImplementation 'org.testcontainers:junit-jupiter:1.20.4' } \ No newline at end of file