You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transitive dependency resolution currently fails:
```
A problem occurred evaluating project ':webauthn-server-attestation'.
> A problem occurred configuring project ':webauthn-server-core-minimal'.
> Could not resolve all files for configuration ':webauthn-server-core-minimal:compileClasspath'.
> Could not find com.fasterxml.jackson:jackson-bom:2.13.2.1.
Required by:
project :webauthn-server-core-minimal > com.fasterxml.jackson.core:jackson-databind:2.13.2.1
> Could not find com.fasterxml.jackson:jackson-bom:2.13.2.1.
Required by:
project :webauthn-server-core-minimal > com.fasterxml.jackson.core:jackson-databind:2.13.2.1 > com.fasterxml.jackson.core:jackson-annotations:2.13.2
project :webauthn-server-core-minimal > com.fasterxml.jackson.core:jackson-databind:2.13.2.1 > com.fasterxml.jackson.core:jackson-core:2.13.2
```
This is likely caused by some kind of release lag, and only a temporary problem.
0 commit comments