File tree 2 files changed +4
-4
lines changed
DynamoDbEncryption/runtimes/java
Examples/runtimes/java/Migration/DDBECToAWSDBE
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
92
92
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
93
93
94
94
// For the DDB-EC v1
95
- implementation(" com.amazonaws:aws-java-sdk-dynamodb:1.12.765 " )
95
+ implementation(" com.amazonaws:aws-java-sdk-dynamodb:1.12.780 " )
96
96
// https://mvnrepository.com/artifact/org.testng/testng
97
97
testImplementation(" org.testng:testng:7.5" )
98
98
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
@@ -117,8 +117,8 @@ dependencies {
117
117
// https://mvnrepository.com/artifact/edu.umd.cs.mtc/multithreadedtc
118
118
testImplementation(" edu.umd.cs.mtc:multithreadedtc:1.01" )
119
119
// https://mvnrepository.com/artifact/org.projectlombok/lombok
120
- testImplementation(" org.projectlombok:lombok:1.18.32 " )
121
- testAnnotationProcessor(" org.projectlombok:lombok:1.18.32 " )
120
+ testImplementation(" org.projectlombok:lombok:1.18.36 " )
121
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.36 " )
122
122
}
123
123
124
124
publishing {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
75
75
implementation(" software.amazon.awssdk:kms" )
76
76
77
77
// To support legacy configuration
78
- implementation(" com.amazonaws:aws-java-sdk-dynamodb:1.12.409 " )
78
+ implementation(" com.amazonaws:aws-java-sdk-dynamodb:1.12.780 " )
79
79
implementation(" com.amazonaws:aws-java-sdk-kms" )
80
80
81
81
// https://mvnrepository.com/artifact/org.testng/testng
You can’t perform that action at this time.
0 commit comments