Skip to content

Commit 34f1ae6

Browse files
authored
Merge pull request #988 from sigstore/update-protobuf-specs
Update protobuf-specs
2 parents 0268f99 + b13dbdb commit 34f1ae6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sigstore-java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("io.github.erdtman:java-json-canonicalization:1.1")
2323

2424
// this requires inclusion of protos is src/main/proto
25-
protobuf("dev.sigstore:protobuf-specs:0.4.1")
25+
protobuf("dev.sigstore:protobuf-specs:0.4.3")
2626

2727
implementation(platform("com.google.protobuf:protobuf-bom:4.30.2"))
2828
implementation("com.google.protobuf:protobuf-java-util")

sigstore-java/src/main/java/dev/sigstore/trustroot/TransparencyLog.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public interface TransparencyLog {
3434

3535
PublicKey getPublicKey();
3636

37+
// TODO (https://github.com/sigstore/sigstore-java/issues/987) move off of log_id
38+
@SuppressWarnings("deprecation")
3739
static TransparencyLog from(TransparencyLogInstance proto) {
3840
return ImmutableTransparencyLog.builder()
3941
.baseUrl(URI.create(proto.getBaseUrl()))

0 commit comments

Comments
 (0)