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 1
1
plugins {
2
2
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 "
4
4
id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.21"
5
5
}
6
6
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.336 '
6
+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.342 '
7
7
testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.336'
8
8
testImplementation ' org.assertj:assertj-core:3.23.1'
9
9
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
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 '
8
8
testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.25'
9
9
testImplementation ' com.google.cloud:google-cloud-spanner:6.32.0'
10
10
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 {
7
7
testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.333'
8
8
testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.342'
9
9
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 '
11
11
testImplementation ' org.assertj:assertj-core:3.23.1'
12
12
}
You can’t perform that action at this time.
0 commit comments