Skip to content

Commit 1c8a8ad

Browse files
committed
Relax Guava dependency version constraint to allow major version 32
1 parent 864a1dc commit 1c8a8ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Fixes:
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`:

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)