Skip to content

Commit 4bf8d6a

Browse files
chore(deps): bump org.testcontainers:testcontainers from 2.0.1 to 2.0.3 (#676)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.1 to 2.0.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@2.0.1...2.0.3) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.3 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> Co-authored-by: François Delbrayelle <fdelbrayelle@gmail.com>
1 parent 0c80b57 commit 4bf8d6a

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
@@ -128,7 +128,7 @@ dependencies {
128128
testImplementation group: "io.kestra", name: "worker"
129129

130130
// testcontainers
131-
testImplementation "org.testcontainers:testcontainers:2.0.1"
131+
testImplementation "org.testcontainers:testcontainers:2.0.3"
132132
testImplementation "org.testcontainers:junit-jupiter:1.21.3"
133133
testImplementation "org.testcontainers:localstack:1.21.3"
134134
testImplementation 'com.amazonaws:aws-java-sdk-s3'

0 commit comments

Comments
 (0)