From 4a1218f3e510894e59319393564363b47c7724f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:21:36 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:junit-jupiter from 1.19.8 to 1.20.1 Bumps [org.testcontainers:junit-jupiter](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:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... 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 5519e51e..7109eefc 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.19.8' + testImplementation 'org.testcontainers:junit-jupiter:1.20.1' } \ No newline at end of file