Skip to content

Commit 84beed1

Browse files
build(deps): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.2 to 1.19.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.19.2...1.19.3) --- 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>
1 parent 4cac9ad commit 84beed1

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
@@ -131,7 +131,7 @@ testing {
131131
implementation project
132132
implementation 'org.testcontainers:junit-jupiter:1.19.3'
133133
implementation 'org.testcontainers:localstack:1.19.3'
134-
implementation 'org.testcontainers:testcontainers:1.19.2'
134+
implementation 'org.testcontainers:testcontainers:1.19.3'
135135
}
136136
}
137137
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)