From f73dfa72e8504854bec3b8cae37cee398d2ee29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:59:19 +0000 Subject: [PATCH] chore(deps): bump org.antlr:antlr4-runtime from 4.10.1 to 4.12.0 Bumps [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) from 4.10.1 to 4.12.0. - [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.10.1...4.12.0) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 667f8cb..587ec76 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' antlr "org.antlr:antlr4:4.10.1" - compile "org.antlr:antlr4-runtime:4.10.1" + compile "org.antlr:antlr4-runtime:4.12.0" } generateGrammarSource {