Skip to content

Commit fee8b7d

Browse files
chore(deps): bump org.projectlombok:lombok (#435)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30.
1 parent ec138ab commit fee8b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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.28")
121-
testAnnotationProcessor("org.projectlombok:lombok:1.18.28")
120+
testImplementation("org.projectlombok:lombok:1.18.30")
121+
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
122122
}
123123

124124
publishing {

0 commit comments

Comments
 (0)