File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/dev/sigstore/trustroot Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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 ()))
You can’t perform that action at this time.
0 commit comments