We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3d2e commit 8dcba6fCopy full SHA for 8dcba6f
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.32")
121
- testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
+ testImplementation("org.projectlombok:lombok:1.18.36")
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.36")
122
}
123
124
publishing {
0 commit comments