Skip to content

Commit 0271c0b

Browse files
committed
Upgrade error_prone_core to 2.20.0
Signed-off-by: Appu Goundan <[email protected]>
1 parent 1bf4bfd commit 0271c0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/jvm/src/main/kotlin/build-logic.errorprone.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!project.hasProperty("skipErrorprone")) {
88
apply(plugin = "net.ltgt.errorprone")
99

1010
dependencies {
11-
"errorprone"("com.google.errorprone:error_prone_core:2.18.0")
11+
"errorprone"("com.google.errorprone:error_prone_core:2.20.0")
1212
"annotationProcessor"("com.google.guava:guava-beta-checker:1.0")
1313
}
1414

sigstore-java/src/main/java/dev/sigstore/tuf/model/Hashes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
@Value.Immutable
2525
public interface Hashes {
2626

27-
@Nullable
2827
/** SHA_256 hash of the thing. * */
28+
@Nullable
2929
String getSha256();
3030

31-
@Nullable
3231
/** SHA_512 hash of the thing. * */
32+
@Nullable
3333
String getSha512();
3434
}

0 commit comments

Comments
 (0)