There was an error while loading. Please reload this page.
1 parent 870c493 commit ecbbb3eCopy full SHA for ecbbb3e
1 file changed
backend/pom.xml
@@ -619,6 +619,12 @@
619
<version>2.2</version>
620
<scope>compile</scope>
621
</dependency>
622
+ <!-- Force ANTLR version to align Hibernate and Spring Data transitive paths -->
623
+ <dependency>
624
+ <groupId>org.antlr</groupId>
625
+ <artifactId>antlr4-runtime</artifactId>
626
+ <version>4.13.2</version>
627
+ </dependency>
628
<!-- Force jts-core 1.20.0 across all transitive paths (geolatte-geom pulls 1.19.0) -->
629
<dependency>
630
<groupId>org.locationtech.jts</groupId>
0 commit comments