Skip to content

Commit ecbbb3e

Browse files
committed
fix: build error
Force ANTLR version
1 parent 870c493 commit ecbbb3e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

backend/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,12 @@
619619
<version>2.2</version>
620620
<scope>compile</scope>
621621
</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>
622628
<!-- Force jts-core 1.20.0 across all transitive paths (geolatte-geom pulls 1.19.0) -->
623629
<dependency>
624630
<groupId>org.locationtech.jts</groupId>

0 commit comments

Comments
 (0)