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 23c8a18 commit d998ceeCopy full SHA for d998cee
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.34")
+ testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
122
}
123
124
publishing {
0 commit comments