File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
webauthn4j-spring-security-core/src/test/java/integration/component Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments