Skip to content

Commit

Permalink
Upgrade error_prone_core to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Aug 1, 2023
1 parent 1bf4bfd commit d029198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!project.hasProperty("skipErrorprone")) {
apply(plugin = "net.ltgt.errorprone")

dependencies {
"errorprone"("com.google.errorprone:error_prone_core:2.18.0")
"errorprone"("com.google.errorprone:error_prone_core:2.20.0")
"annotationProcessor"("com.google.guava:guava-beta-checker:1.0")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
@Value.Immutable
public interface Hashes {

@Nullable
/** SHA_256 hash of the thing. * */
@Nullable
String getSha256();

@Nullable
/** SHA_512 hash of the thing. * */
@Nullable
String getSha512();
}

0 comments on commit d029198

Please sign in to comment.