From 3a13b2e965569304822fe4d56838a4fee4e7ad44 Mon Sep 17 00:00:00 2001 From: Lathish Date: Tue, 12 Apr 2022 14:39:02 +0100 Subject: [PATCH] Fix ANTLR version issue - 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 --- cps-path-parser/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 514784cb3..1b0ebe2ef 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -34,6 +34,7 @@ org.antlr antlr4-maven-plugin + 4.9.2 -- 2.16.6