Skip to content

Commit 56f1cd1

Browse files
chore(deps): bump org.projectlombok:lombok (#838)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
1 parent 75e44d0 commit 56f1cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.30")
121-
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
120+
testImplementation("org.projectlombok:lombok:1.18.32")
121+
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
122122
}
123123

124124
publishing {

0 commit comments

Comments
 (0)