diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-22 15:09:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-22 15:09:59 -0400 |
commit | 4b9f4f2172ef327b18b8ad859f39f609a99f6e7d (patch) | |
tree | 0d046bd0b711ee7d03a5faf49bb5f48dda7d45e2 /springboot/springboot1/pom.xml | |
parent | ac582d980f6616ff8b14e084af11698c111e0d10 (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 'springboot/springboot1/pom.xml')
-rw-r--r-- | springboot/springboot1/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 125baba9..057f9cc7 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -116,7 +116,7 @@ <mockk.version>1.9.3</mockk.version> <!-- Managed dependency versions --> - <antlr.version>4.7.2</antlr.version> + <antlr.version>4.8-1</antlr.version> <commons.lang.version>2.6</commons.lang.version> <apache.httpcomponents.core.version>4.4.12</apache.httpcomponents.core.version> <apache.httpcomponents.client.version>4.5.10</apache.httpcomponents.client.version> |