Upgrade to Antlr 4.13.0.

Align with Hibernate 6.4.0.

Closes #3262
See #3239
This commit is contained in:
Mark Paluch
2023-11-24 10:26:44 +01:00
committed by Mark Paluch
parent ae56b1d2d6
commit e1ef5837fa

View File

@@ -27,7 +27,7 @@
</parent>
<properties>
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
<antlr>4.13.0</antlr> <!-- align with Hibernate's parser -->
<eclipselink>3.0.3</eclipselink>
<eclipselink-next>4.0.2</eclipselink-next>
<hibernate>6.4.0.Final</hibernate>