Skip to content

Commit 558f42c

Browse files
build(deps): bump org.testcontainers:testcontainers (#569)
1 parent c01b56e commit 558f42c

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
@@ -131,9 +131,9 @@ testing {
131131
integrationTest(JvmTestSuite) {
132132
dependencies {
133133
implementation project
134-
implementation 'org.testcontainers:junit-jupiter:1.20.3'
135-
implementation 'org.testcontainers:localstack:1.20.3'
136-
implementation 'org.testcontainers:testcontainers:1.20.3'
134+
implementation 'org.testcontainers:junit-jupiter:1.20.4'
135+
implementation 'org.testcontainers:localstack:1.20.4'
136+
implementation 'org.testcontainers:testcontainers:1.20.4'
137137
}
138138
}
139139
withType(JvmTestSuite).configureEach {

0 commit comments

Comments
 (0)