Skip to content

Commit cc1e47e

Browse files
authored
Merge pull request #1411 from webauthn4j/dependabot/gradle/webauthn4jVersion-0.23.0.RELEASE
chore(deps): bump webauthn4jVersion from 0.21.7.RELEASE to 0.23.0.RELEASE
2 parents e44a926 + 4628c79 commit cc1e47e

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.22.2.RELEASE'
28+
webauthn4jVersion = '0.23.0.RELEASE'
2929
springSecurityVersion = '6.0.2'
3030
hibernateValidatorVersion = '8.0.1.Final'
3131
thymeleafVersion = '3.0.4.RELEASE'

samples/spa/src/main/java/com/webauthn4j/springframework/security/webauthn/sample/domain/entity/AuthenticatorEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class AuthenticatorEntity implements WebAuthnAuthenticator {
6262
})
6363
@Converts({
6464
@Convert(converter = AAGUIDConverter.class, attributeName = "aaguid"),
65-
@Convert(converter = COSEKeyConverter.class, attributeName = "cose_key")
65+
@Convert(converter = COSEKeyConverter.class, attributeName = "coseKey")
6666
})
6767
private AttestedCredentialData attestedCredentialData;
6868

0 commit comments

Comments
 (0)