Skip to content

Commit 57d6d85

Browse files
committed
build: upgrade ds-spring-user-framework to 4.2.0 stable release
Replace 4.1.1-SNAPSHOT with the stable 4.2.0 release which includes the WebAuthn/Passkey support needed by this branch.
1 parent d04104b commit 57d6d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
dependencies {
4141
// DigitalSanctuary Spring User Framework
42-
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.1.1-SNAPSHOT'
42+
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.2.0'
4343

4444
// WebAuthn support (Passkey authentication)
4545
implementation 'org.springframework.security:spring-security-webauthn'

0 commit comments

Comments
 (0)