From 8922140ac890297e3e2200ae4fccd8f0252742e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Dec 2018 05:35:20 +0000 Subject: [PATCH] Bump antlr4-runtime from 4.7.1 to 4.7.2 Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.7.1...4.7.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef08e4153861..43c5f704553c 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { compile 'org.antlr:antlr-runtime:3.5.2' antlr4 'org.antlr:antlr4:4.7.1' - compile 'org.antlr:antlr4-runtime:4.7.1' + compile 'org.antlr:antlr4-runtime:4.7.2' compile 'mysql:mysql-connector-java:8.0.13'