Skip to content

Commit 631134b

Browse files
committed
Relax Guava dependency version constraint to allow major version 33
1 parent 2557557 commit 631134b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
== Version 2.8.0 ==
29

310
`webauthn-server-core`:

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
2222
versionCatalogs {
2323
create("constraintLibs") {
2424
library("cbor", "com.upokecenter:cbor:[4.5.1,5)")
25-
library("guava", "com.google.guava:guava:[24.1.1,33)")
25+
library("guava", "com.google.guava:guava:[24.1.1,34)")
2626
library("httpclient5", "org.apache.httpcomponents.client5", "httpclient5").version {
2727
strictly("[5.0.0,6)")
2828
reject("[5.4-alpha1,5.4.3)")

0 commit comments

Comments
 (0)