Skip to content

Commit cee3082

Browse files
build(deps): bump org.testcontainers:testcontainers (#409)
1 parent 303c02a commit cee3082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ testing {
127127
integrationTest(JvmTestSuite) {
128128
dependencies {
129129
implementation project
130-
implementation 'org.testcontainers:junit-jupiter:1.19.6'
131-
implementation 'org.testcontainers:localstack:1.19.6'
132-
implementation 'org.testcontainers:testcontainers:1.19.6'
130+
implementation 'org.testcontainers:junit-jupiter:1.19.7'
131+
implementation 'org.testcontainers:localstack:1.19.7'
132+
implementation 'org.testcontainers:testcontainers:1.19.7'
133133
}
134134
}
135135
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)