Skip to content

Commit af4ff6c

Browse files
build(deps): bump org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4 (#989)
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](testcontainers/testcontainers-java@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d12c352 commit af4ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootDynamo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies {
1010
implementation 'software.amazon.awssdk:dynamodb'
1111
implementation 'org.springframework.boot:spring-boot-starter-web'
1212

13-
testImplementation 'org.testcontainers:junit-jupiter:1.20.3'
13+
testImplementation 'org.testcontainers:junit-jupiter:1.20.4'
1414
}

0 commit comments

Comments
 (0)