Skip to content

Commit

Permalink
Bump lombok from 1.18.20 to 1.18.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 7, 2021
1 parent dbb25aa commit 75d058a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
testImplementation "com.google.auto.value:auto-value-annotations:1.7.4"
testImplementation "com.google.auto.value:auto-value:1.7.4"
testImplementation "com.ryanharter.auto.value:auto-value-parcel:0.2.9"
testImplementation "org.projectlombok:lombok:1.18.20"
testImplementation "org.projectlombok:lombok:1.18.22"
// Called Methods Checker support for detecting misuses of AWS APIs
testImplementation "com.amazonaws:aws-java-sdk-ec2"
testImplementation "com.amazonaws:aws-java-sdk-kms"
Expand Down
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sourcesJar {

def versions = [
autoValue : "1.7.4",
lombok : "1.18.20",
lombok : "1.18.22",
]

configurations {
Expand Down

0 comments on commit 75d058a

Please sign in to comment.