Skip to content

Commit a197a93

Browse files
build(deps): bump org.testcontainers:testcontainers (#391)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers 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 d0815b4 commit a197a93

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
@@ -129,7 +129,7 @@ testing {
129129
implementation project
130130
implementation 'org.testcontainers:junit-jupiter:1.19.6'
131131
implementation 'org.testcontainers:localstack:1.19.6'
132-
implementation 'org.testcontainers:testcontainers:1.19.5'
132+
implementation 'org.testcontainers:testcontainers:1.19.6'
133133
}
134134
}
135135
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)