diff --git a/NEWS b/NEWS index 069bb2c08..c3088166b 100644 --- a/NEWS +++ b/NEWS @@ -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`: diff --git a/settings.gradle.kts b/settings.gradle.kts index 4c4394666..3cb500697 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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)")