### Describe the feature To keep up with WebAuthn evolutions, we should upgrade WebAuthn4J to 0.31+ We had to ignore a test that cannot pass without this version: https://github.com/eclipse-vertx/vertx-auth/pull/747 There are a couple of constraints. WebAuthn4J 0.31+ requires: - Java 17, see webauthn4j/webauthn4j#1221 - Jackson 3, see https://github.com/webauthn4j/webauthn4j/pull/1222
Describe the feature
To keep up with WebAuthn evolutions, we should upgrade WebAuthn4J to 0.31+
We had to ignore a test that cannot pass without this version: #747
There are a couple of constraints. WebAuthn4J 0.31+ requires: