File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- val vertxVersion = " 4.0 .0"
1
+ val vertxVersion = " 4.2 .0"
2
2
val awsSdkVersion = " 2.15.45"
3
- val junit5Version = " 5.7.0 "
3
+ val junit5Version = " 5.8.2 "
4
4
val logbackVersion = " 1.2.3"
5
5
val integrationOption = " tests.integration"
6
6
@@ -48,7 +48,7 @@ dependencies {
48
48
49
49
testImplementation(" io.vertx:vertx-junit5:$vertxVersion " )
50
50
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 " )
52
52
testImplementation(" ch.qos.logback:logback-classic:$logbackVersion " )
53
53
testImplementation(" ch.qos.logback:logback-core:$logbackVersion " )
54
54
testImplementation(" software.amazon.awssdk:aws-sdk-java:$awsSdkVersion " )
You can’t perform that action at this time.
0 commit comments