Skip to content

Commit 7267df0

Browse files
build(deps): bump org.testcontainers:localstack from 1.19.1 to 1.19.2 (#306)
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.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.19.1...1.19.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 8a5ffc0 commit 7267df0

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
@@ -130,7 +130,7 @@ testing {
130130
dependencies {
131131
implementation project
132132
implementation 'org.testcontainers:junit-jupiter:1.19.1'
133-
implementation 'org.testcontainers:localstack:1.19.1'
133+
implementation 'org.testcontainers:localstack:1.19.2'
134134
implementation 'org.testcontainers:testcontainers:1.19.1'
135135
}
136136
}

0 commit comments

Comments
 (0)