Skip to content

Commit

Permalink
KEYCLOAK-12513 Cannot instantiate WebAuthnCredentialProviderFactory w…
Browse files Browse the repository at this point in the history
…ith Jackson 2.10.0
  • Loading branch information
martin-kanis authored and hmlnarik committed Jan 10, 2020
1 parent 5082ed2 commit 39fff1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<hibernate.core.version>5.3.13.Final</hibernate.core.version>
<hibernate.c3p0.version>5.3.13.Final</hibernate.c3p0.version>
<infinispan.version>9.4.16.Final</infinispan.version>
<!-- Will be used in the product. Upstream versions are overridden in the community profile -->
<jackson.version>2.9.10</jackson.version>
<jackson.databind.version>2.9.10.1</jackson.databind.version>
<jakarta.mail.version>1.6.4</jakarta.mail.version>
Expand Down Expand Up @@ -1623,6 +1624,8 @@
<product.name-html>\u003Cdiv class="kc-logo-text"\u003E\u003Cspan\u003EKeycloak\u003C\u002Fspan\u003E\u003C\u002Fdiv\u003E</product.name-html>
<product.version>${project.version}</product.version>
<product.default-profile>community</product.default-profile>
<jackson.version>2.9.10</jackson.version>
<jackson.databind.version>2.9.10.1</jackson.databind.version>
</properties>
</profile>

Expand Down

0 comments on commit 39fff1c

Please sign in to comment.