Skip to content

Commit

Permalink
Relax Guava dependency version constraint to allow major version 32
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jun 27, 2023
1 parent 864a1dc commit 1c8a8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fixes:
`"publicKey"` and `"publicKeyAlgorithm"` during JSON deserialization. These
properties are emitted by the `PublicKeyCredential.toJSON()` method added in
WebAuthn Level 3.
* Relaxed Guava dependency version constraint to include major version 32.


`webauthn-server-attestation`:
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
create("constraintLibs") {
library("cbor", "com.upokecenter:cbor:[4.5.1,5)")
library("cose", "com.augustcellars.cose:cose-java:[1.0.0,2)")
library("guava", "com.google.guava:guava:[24.1.1,32)")
library("guava", "com.google.guava:guava:[24.1.1,33)")
library("httpclient5", "org.apache.httpcomponents.client5:httpclient5:[5.0.0,6)")
library("slf4j", "org.slf4j:slf4j-api:[1.7.25,3)")

Expand Down

0 comments on commit 1c8a8ad

Please sign in to comment.