From ae910b7b26e31e8f406d4a4f3b67d1f55bdb90b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:14:16 +0000 Subject: [PATCH] chore(deps): bump antlr4 from 4.10.1 to 4.11.1 Bumps [antlr4](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 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..3df1111 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1' - antlr "org.antlr:antlr4:4.10.1" + antlr "org.antlr:antlr4:4.11.1" compile "org.antlr:antlr4-runtime:4.10.1" }