Skip to content

Commit 333729a

Browse files
Bump org.testcontainers:testcontainers from 1.21.0 to 1.21.1 (#315)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.0 to 1.21.1. - [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.21.0...1.21.1) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddb6753 commit 333729a

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
@@ -67,7 +67,7 @@ dependencies {
6767
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
6868
}
6969

70-
testImplementation "org.testcontainers:testcontainers:1.21.0"
70+
testImplementation "org.testcontainers:testcontainers:1.21.1"
7171
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.3.0'
7272
testImplementation("org.assertj:assertj-core:3.27.3")
7373
}

0 commit comments

Comments
 (0)