Fix ANTLR version issue 92/128492/1
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 12 Apr 2022 13:39:02 +0000 (14:39 +0100)
committerLathish <lathishbabu.ganesan@est.tech>
Tue, 12 Apr 2022 13:43:04 +0000 (14:43 +0100)
 - Updated ANTLR compiler version to 4.9.2 to be compatible with runtime version

Issue-ID: CPS-961
Change-Id: I78a3fe541c9edcfc891fb045a60ed117d3aa5b08
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
cps-path-parser/pom.xml

index 514784c..1b0ebe2 100644 (file)
@@ -34,6 +34,7 @@
             <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr4-maven-plugin</artifactId>
+                <version>4.9.2</version>
                 <executions>
                     <execution>
                         <goals>