Skip to content

Commit

Permalink
chore(deps): bump org.projectlombok:lombok (#838)
Browse files Browse the repository at this point in the history
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.32.
  • Loading branch information
dependabot[bot] committed Mar 23, 2024
1 parent 75e44d0 commit 56f1cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamoDbEncryption/runtimes/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ dependencies {
// https://mvnrepository.com/artifact/edu.umd.cs.mtc/multithreadedtc
testImplementation("edu.umd.cs.mtc:multithreadedtc:1.01")
// https://mvnrepository.com/artifact/org.projectlombok/lombok
testImplementation("org.projectlombok:lombok:1.18.30")
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
testImplementation("org.projectlombok:lombok:1.18.32")
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
}

publishing {
Expand Down

0 comments on commit 56f1cd1

Please sign in to comment.