Skip to content

Commit 1aa8619

Browse files
build(deps): bump org.testcontainers:localstack from 1.20.1 to 1.20.2 (#548)
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.2. - [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.1...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:localstack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71f7e15 commit 1aa8619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ testing {
132132
dependencies {
133133
implementation project
134134
implementation 'org.testcontainers:junit-jupiter:1.20.2'
135-
implementation 'org.testcontainers:localstack:1.20.1'
135+
implementation 'org.testcontainers:localstack:1.20.2'
136136
implementation 'org.testcontainers:testcontainers:1.20.1'
137137
}
138138
}

0 commit comments

Comments
 (0)