Skip to content

Commit

Permalink
Update dependency com.google.auto.value:auto-value-annotations to v1.…
Browse files Browse the repository at this point in the history
…10.2
  • Loading branch information
renovate[bot] committed Jul 1, 2023
1 parent f60cbfa commit a39495d
Showing 1 changed file with 1 addition and 1 deletion.
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 {
shadow project(':checker-util')

// Called Methods Checker AutoValue + Lombok support
testImplementation 'com.google.auto.value:auto-value-annotations:1.10.1'
testImplementation 'com.google.auto.value:auto-value-annotations:1.10.2'
testImplementation 'com.google.auto.value:auto-value:1.10.2'
testImplementation 'com.ryanharter.auto.value:auto-value-parcel:0.2.9'
testImplementation "org.projectlombok:lombok:${lombokVersion}"
Expand Down

0 comments on commit a39495d

Please sign in to comment.