Skip to content

Commit ab77d1b

Browse files
Bump org.testcontainers:testcontainers from 1.21.1 to 1.21.3 (#318)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.21.1 to 1.21.3. - [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.1...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.3 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> Co-authored-by: MartinWheelerMT <[email protected]>
1 parent 6606ce7 commit ab77d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ dependencies {
7676
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
7777
}
7878

79-
testImplementation "org.testcontainers:testcontainers:1.21.1"
80-
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.3.0'
81-
testImplementation("org.assertj:assertj-core:3.27.3")
79+
testImplementation "org.testcontainers:testcontainers:1.21.3"
80+
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.3.0'
81+
testImplementation("org.assertj:assertj-core:3.27.3")
8282
}
8383

8484
test {

0 commit comments

Comments
 (0)