File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
DynamoDbEncryption/runtimes/java
Examples/runtimes/java/Migration/DDBECToAWSDBE Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
9292 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
9393
9494 // 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 " )
9696 // https://mvnrepository.com/artifact/org.testng/testng
9797 testImplementation(" org.testng:testng:7.5" )
9898 // https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
@@ -117,8 +117,8 @@ dependencies {
117117 // https://mvnrepository.com/artifact/edu.umd.cs.mtc/multithreadedtc
118118 testImplementation(" edu.umd.cs.mtc:multithreadedtc:1.01" )
119119 // 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 " )
122122}
123123
124124publishing {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
7575 implementation(" software.amazon.awssdk:kms" )
7676
7777 // 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 " )
7979 implementation(" com.amazonaws:aws-java-sdk-kms" )
8080
8181 // https://mvnrepository.com/artifact/org.testng/testng
You can’t perform that action at this time.
0 commit comments