From 079820472551caf504485179b4bf5fad64580e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:14:13 +0000 Subject: [PATCH] chore(deps): bump antlr4-runtime from 4.10.1 to 4.11.1 Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.10.1 to 4.11.1. - [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.11.1) --- 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 0b8f758..fbb2f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,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.11.1" } generateGrammarSource {