summaryrefslogtreecommitdiffstats
path: root/dependencies-bom
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-22 15:09:59 -0400
committerDan Timoney <dtimoney@att.com>2021-03-22 15:09:59 -0400
commit4b9f4f2172ef327b18b8ad859f39f609a99f6e7d (patch)
tree0d046bd0b711ee7d03a5faf49bb5f48dda7d45e2 /dependencies-bom
parentac582d980f6616ff8b14e084af11698c111e0d10 (diff)
Inconsistent antlr versions specified
Fixed incorrect specifications of antlr version. Also, updated oparent pom.xml to use latest released oparent Change-Id: Iaa18032d89bd86916bc7739a71598ab495333795 Issue-ID: CCSDK-3231 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dependencies-bom')
-rw-r--r--dependencies-bom/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 84393ffd..74bf2a45 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -156,7 +156,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
- <version>4.7.2</version>
+ <version>4.8-1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>