Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d998cee

Browse files
authoredJul 30, 2024··
chore(deps): bump org.projectlombok:lombok
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23c8a18 commit d998cee

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.32")
121-
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
120+
testImplementation("org.projectlombok:lombok:1.18.34")
121+
testAnnotationProcessor("org.projectlombok:lombok:1.18.34")
122122
}
123123

124124
publishing {

0 commit comments

Comments
 (0)
Please sign in to comment.