We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2557557 commit 631134bCopy full SHA for 631134b
NEWS
@@ -1,3 +1,10 @@
1
+== Version 2.8.1 (unreleased) ==
2
+
3
+Changes:
4
5
+* Relaxed Guava dependency version constraint to include major version 33.
6
7
8
== Version 2.8.0 ==
9
10
`webauthn-server-core`:
settings.gradle.kts
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
22
versionCatalogs {
23
create("constraintLibs") {
24
library("cbor", "com.upokecenter:cbor:[4.5.1,5)")
25
- library("guava", "com.google.guava:guava:[24.1.1,33)")
+ library("guava", "com.google.guava:guava:[24.1.1,34)")
26
library("httpclient5", "org.apache.httpcomponents.client5", "httpclient5").version {
27
strictly("[5.0.0,6)")
28
reject("[5.4-alpha1,5.4.3)")
0 commit comments