Skip to content

Commit 099014e

Browse files
authoredFeb 12, 2025··
chore(java): update versions of lombok and aws-sdk-ddb (#1646)
1 parent 4c41746 commit 099014e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎DynamoDbEncryption/runtimes/java/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff 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

124124
publishing {

‎Examples/runtimes/java/Migration/DDBECToAWSDBE/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.