Skip to content

Commit

Permalink
Merge pull request #19880 from kdubb/feature/jna_for_m1
Browse files Browse the repository at this point in the history
Update JNA to work with Apple M1
  • Loading branch information
gastaldi authored Sep 6, 2021
2 parents 89a908c + df57f2d commit a5a2777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<quarkus-spring-security-api.version>5.2.Final</quarkus-spring-security-api.version>
<quarkus-spring-boot-api.version>2.1.SP1</quarkus-spring-boot-api.version>
<mockito.version>3.12.4</mockito.version>
<jna.version>5.3.1</jna.version><!-- should satisfy both testcontainers and mongodb -->
<jna.version>5.8.0</jna.version><!-- should satisfy both testcontainers and mongodb -->
<antlr.version>4.9.2</antlr.version>
<quarkus-security.version>1.1.4.Final</quarkus-security.version>
<keycloak.version>14.0.0</keycloak.version>
Expand Down

0 comments on commit a5a2777

Please sign in to comment.