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 23
23
`"publicKey"` and `"publicKeyAlgorithm"` during JSON deserialization. These
24
24
properties are emitted by the `PublicKeyCredential.toJSON()` method added in
25
25
WebAuthn Level 3.
26
+ * Relaxed Guava dependency version constraint to include major version 32.
26
27
27
28
28
29
`webauthn-server-attestation`:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencyResolutionManagement {
16
16
create(" constraintLibs" ) {
17
17
library(" cbor" , " com.upokecenter:cbor:[4.5.1,5)" )
18
18
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 )" )
20
20
library(" httpclient5" , " org.apache.httpcomponents.client5:httpclient5:[5.0.0,6)" )
21
21
library(" slf4j" , " org.slf4j:slf4j-api:[1.7.25,3)" )
22
22
You can’t perform that action at this time.
0 commit comments