Skip to content

Commit

Permalink
fix(deps): update dependency com.google.errorprone:error_prone_annota…
Browse files Browse the repository at this point in the history
…tions to v2.27.1 (#2975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 0a55a48 commit 3d69e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs-tests/build.gradle
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'org.apache.ant:ant:1.10.14'
implementation libs.log4j.core
implementation libs.log4j.slf4j2.impl
implementation 'com.google.errorprone:error_prone_annotations:2.27.0'
implementation 'com.google.errorprone:error_prone_annotations:2.27.1'
implementation files(project(":spotbugs").sourceSets.gui.output)
}

Expand Down

0 comments on commit 3d69e18

Please sign in to comment.