Skip to content

Commit b8e61f5

Browse files
build(deps): bump org.testcontainers:localstack from 1.19.4 to 1.19.5 (#382)
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.4 to 1.19.5. - [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.4...1.19.5) --- 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 ed22f85 commit b8e61f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ testing {
128128
dependencies {
129129
implementation project
130130
implementation 'org.testcontainers:junit-jupiter:1.19.5'
131-
implementation 'org.testcontainers:localstack:1.19.4'
131+
implementation 'org.testcontainers:localstack:1.19.5'
132132
implementation 'org.testcontainers:testcontainers:1.19.4'
133133
}
134134
}

0 commit comments

Comments
 (0)