Skip to content

Commit

Permalink
Upgrade to ANTLR 4.10 (for the ANTLR 4.x series)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Aug 16, 2022
1 parent 03d1bc4 commit 708f44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<quarkus-spring-boot-api.version>2.1.SP1</quarkus-spring-boot-api.version>
<mockito.version>4.6.1</mockito.version>
<jna.version>5.8.0</jna.version><!-- should satisfy both testcontainers and mongodb -->
<antlr.version>4.9.2</antlr.version>
<antlr.version>4.10</antlr.version><!-- needs to align with same property in build-parent/pom.xml -->
<quarkus-security.version>1.1.4.Final</quarkus-security.version>
<keycloak.version>18.0.2</keycloak.version>
<logstash-gelf.version>1.15.0</logstash-gelf.version>
Expand Down
4 changes: 2 additions & 2 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@

<!-- MicroProfile TCK versions used to be defined here but have moved to the concrete tck modules -->

<!-- Antlr is used by the PanacheQL parser-->
<antlr.version>4.9.2</antlr.version>
<!-- Antlr 4 is used by the PanacheQL parser but also needs to match the requirements of Hibernate ORM 6.x-->
<antlr.version>4.10</antlr.version>

<!-- SELinux access label, used when mounting local volumes into containers in tests -->
<volume.access.modifier>:Z</volume.access.modifier>
Expand Down

0 comments on commit 708f44e

Please sign in to comment.