From 2043324bb443050f144d175ca460b23da7361731 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 7 Jul 2020 17:58:49 +0200 Subject: [PATCH 1/2] Upgrade antlr4 to 4.8 to be consistent with the version used by Kogito --- bom/runtime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 4f98597abacf1..2a84fb1dbe3bf 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -178,7 +178,7 @@ 2.40.0 3.3.3 5.3.1 - 4.7.2 + 4.8 1.1.2.Final 10.0.2 1.14.0 From b7f915014b1b8adff47826256238c809c0d9232b Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 7 Jul 2020 18:00:15 +0200 Subject: [PATCH 2/2] Fix the version of the antlr4 compiler in the Quarkus BOM --- bom/runtime/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 2a84fb1dbe3bf..2549d9dc504ae 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -2230,6 +2230,11 @@ antlr4-runtime ${antlr.version} + + org.antlr + antlr4 + ${antlr.version} + org.scala-lang scala-reflect