Skip to content

Commit fdd865c

Browse files
build(deps): bump org.testcontainers:junit-jupiter from 1.19.4 to 1.19.5 (#378)
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.19.4 to 1.19.5. - [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.4...1.19.5) --- 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 aa46877 commit fdd865c

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.4'
130+
implementation 'org.testcontainers:junit-jupiter:1.19.5'
131131
implementation 'org.testcontainers:localstack:1.19.4'
132132
implementation 'org.testcontainers:testcontainers:1.19.4'
133133
}

0 commit comments

Comments
 (0)