Skip to content

Commit 680f0a8

Browse files
committed
Step#2: upgrade localstack
1 parent d51170f commit 680f0a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
val vertxVersion = "4.0.0"
1+
val vertxVersion = "4.2.0"
22
val awsSdkVersion = "2.15.45"
3-
val junit5Version = "5.7.0"
3+
val junit5Version = "5.8.2"
44
val logbackVersion = "1.2.3"
55
val integrationOption = "tests.integration"
66

@@ -48,7 +48,7 @@ dependencies {
4848

4949
testImplementation("io.vertx:vertx-junit5:$vertxVersion")
5050
testImplementation("io.vertx:vertx-rx-java2:$vertxVersion")
51-
testImplementation("cloud.localstack:localstack-utils:0.2.5")
51+
testImplementation("cloud.localstack:localstack-utils:0.2.20")
5252
testImplementation("ch.qos.logback:logback-classic:$logbackVersion")
5353
testImplementation("ch.qos.logback:logback-core:$logbackVersion")
5454
testImplementation("software.amazon.awssdk:aws-sdk-java:$awsSdkVersion")

0 commit comments

Comments
 (0)