Skip to content

Commit 4cac9ad

Browse files
build(deps): bump org.testcontainers:junit-jupiter from 1.19.2 to 1.19.3 (#327)
Bumps [org.testcontainers:junit-jupiter](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:junit-jupiter 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>
1 parent 8d6fdd1 commit 4cac9ad

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
@@ -129,7 +129,7 @@ testing {
129129
integrationTest(JvmTestSuite) {
130130
dependencies {
131131
implementation project
132-
implementation 'org.testcontainers:junit-jupiter:1.19.2'
132+
implementation 'org.testcontainers:junit-jupiter:1.19.3'
133133
implementation 'org.testcontainers:localstack:1.19.3'
134134
implementation 'org.testcontainers:testcontainers:1.19.2'
135135
}

0 commit comments

Comments
 (0)