Skip to content

Commit a377803

Browse files
authored
Merge pull request #1421 from webauthn4j/update-webauthn4j
Update webauthn4j
2 parents 06da4fa + 3f53790 commit a377803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
httpBuilderVersion = '0.7.2'
2626

2727
//Libraries
28-
webauthn4jVersion = '0.21.7.RELEASE'
28+
webauthn4jVersion = '0.22.2.RELEASE'
2929
springSecurityVersion = '6.0.2'
3030
hibernateValidatorVersion = '8.0.1.Final'
3131
thymeleafVersion = '3.0.4.RELEASE'

webauthn4j-spring-security-core/src/test/java/integration/component/RegistrationValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void validate_test() {
8181
null
8282
);
8383

84-
AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getAuthenticatorResponse();
84+
AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getResponse();
8585

8686
MockHttpServletRequest mockHttpServletRequest = new MockHttpServletRequest();
8787
mockHttpServletRequest.setScheme("https");

0 commit comments

Comments
 (0)