Skip to content

Commit 8e9a24c

Browse files
build(deps): bump org.testcontainers:localstack from 1.19.4 to 1.19.5
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>
1 parent b891ad8 commit 8e9a24c

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)