File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323 `"publicKey"` and `"publicKeyAlgorithm"` during JSON deserialization. These
2424 properties are emitted by the `PublicKeyCredential.toJSON()` method added in
2525 WebAuthn Level 3.
26+ * Relaxed Guava dependency version constraint to include major version 32.
2627
2728
2829`webauthn-server-attestation`:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616 create(" constraintLibs" ) {
1717 library(" cbor" , " com.upokecenter:cbor:[4.5.1,5)" )
1818 library(" cose" , " com.augustcellars.cose:cose-java:[1.0.0,2)" )
19- library(" guava" , " com.google.guava:guava:[24.1.1,32 )" )
19+ library(" guava" , " com.google.guava:guava:[24.1.1,33 )" )
2020 library(" httpclient5" , " org.apache.httpcomponents.client5:httpclient5:[5.0.0,6)" )
2121 library(" slf4j" , " org.slf4j:slf4j-api:[1.7.25,3)" )
2222
You can’t perform that action at this time.
0 commit comments