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.0
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent a197132 commit 6f309b5
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.26.1'
implementation 'com.google.errorprone:error_prone_annotations:2.27.0'
implementation files(project(":spotbugs").sourceSets.gui.output)
}

Expand Down

0 comments on commit 6f309b5

Please sign in to comment.