Skip to content

Commit 136300e

Browse files
committed
Update Testcontainers PostgreSQL and LocalStack versions to 1.21.3 in build configuration
1 parent 1fd40f8 commit 136300e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ val jUnitBomVersion = "5.12.2"
180180
val mockkVersion = "1.14.5"
181181
val awaitilityKVersion = "4.3.0"
182182
val testContainersRedisVersion = "1.6.4"
183-
val testContainersPostgreSQLVersion = "1.20.6"
184-
val testContainersLocalStackVersion = "1.20.6"
183+
val testContainersPostgreSQLVersion = "1.21.3"
184+
val testContainersLocalStackVersion = "1.21.3"
185185

186186
dependencies {
187187
// https://youtrack.jetbrains.com/issue/KT-71057/POM-file-unusable-after-upgrading-to-2.0.20-from-2.0.10

0 commit comments

Comments
 (0)