File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/spring-boot-kotlin-redis Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" org.springframework.boot" ) version " 2.7.5"
3- id(" org.jetbrains.kotlin.jvm" ) version " 1.7.20 "
3+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7.21 "
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.21"
55}
66
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
33dependencies {
44 api project(' :testcontainers' )
55
6- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.336 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.342 '
77 testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.336'
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.google.cloud:google-cloud-datastore:2.12.5'
7- testImplementation ' com.google.cloud:google-cloud-firestore:3.7.0 '
7+ testImplementation ' com.google.cloud:google-cloud-firestore:3.7.1 '
88 testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.25'
99 testImplementation ' com.google.cloud:google-cloud-spanner:6.32.0'
1010 testImplementation ' com.google.cloud:google-cloud-bigtable:2.16.0'
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77 testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.333'
88 testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.342'
99 testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.337'
10- testImplementation ' software.amazon.awssdk:s3:2.18.11 '
10+ testImplementation ' software.amazon.awssdk:s3:2.18.18 '
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
1212}
You can’t perform that action at this time.
0 commit comments