We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e44d0 commit 56f1cd1Copy full SHA for 56f1cd1
DynamoDbEncryption/runtimes/java/build.gradle.kts
@@ -117,8 +117,8 @@ dependencies {
117
// https://mvnrepository.com/artifact/edu.umd.cs.mtc/multithreadedtc
118
testImplementation("edu.umd.cs.mtc:multithreadedtc:1.01")
119
// https://mvnrepository.com/artifact/org.projectlombok/lombok
120
- testImplementation("org.projectlombok:lombok:1.18.30")
121
- testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
+ testImplementation("org.projectlombok:lombok:1.18.32")
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
122
}
123
124
publishing {
0 commit comments