Skip to content

Commit

Permalink
Update errorproneVersion to v2.35.1 (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent fbbbc7c commit f6f2b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
exclude group: 'org.checkerframework'
}
implementation 'org.ow2.asm:asm:9.7.1'
ext.errorproneVersion = '2.34.0'
ext.errorproneVersion = '2.35.1'
implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}"
errorprone("com.google.errorprone:error_prone_core:${errorproneVersion}")

Expand Down

0 comments on commit f6f2b3b

Please sign in to comment.