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 {
22
22
implementation(" io.github.erdtman:java-json-canonicalization:1.1" )
23
23
24
24
// 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 " )
26
26
27
27
implementation(platform(" com.google.protobuf:protobuf-bom:4.30.2" ))
28
28
implementation(" com.google.protobuf:protobuf-java-util" )
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ public interface TransparencyLog {
34
34
35
35
PublicKey getPublicKey ();
36
36
37
+ // TODO (https://github.com/sigstore/sigstore-java/issues/987) move off of log_id
38
+ @ SuppressWarnings ("deprecation" )
37
39
static TransparencyLog from (TransparencyLogInstance proto ) {
38
40
return ImmutableTransparencyLog .builder ()
39
41
.baseUrl (URI .create (proto .getBaseUrl ()))
You can’t perform that action at this time.
0 commit comments