Skip to content

Commit 7f0c331

Browse files
build(deps): bump org.testcontainers:junit-jupiter from 1.19.5 to 1.19.6 (#389)
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.5...1.19.6) --- 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 ac3e823 commit 7f0c331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ testing {
127127
integrationTest(JvmTestSuite) {
128128
dependencies {
129129
implementation project
130-
implementation 'org.testcontainers:junit-jupiter:1.19.5'
130+
implementation 'org.testcontainers:junit-jupiter:1.19.6'
131131
implementation 'org.testcontainers:localstack:1.19.5'
132132
implementation 'org.testcontainers:testcontainers:1.19.5'
133133
}

0 commit comments

Comments
 (0)