Skip to content

Commit bf7f4e3

Browse files
Bump testcontainers from 1.16.0 to 1.16.2 in /core
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](1.16.0...1.16.2) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0654ef6 commit bf7f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configurations.all {
5353
}
5454

5555
dependencies {
56-
baseline 'org.testcontainers:testcontainers:1.16.0', {
56+
baseline 'org.testcontainers:testcontainers:1.16.2', {
5757
exclude group: "*", module: "*"
5858
}
5959

0 commit comments

Comments
 (0)