From b488722e82f98a2e39fc5dd8570d291bb74aebc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:22:14 +0000 Subject: [PATCH] Bump org.antlr:antlr4 from 4.9.2 to 4.12.0 Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.9.2 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.9.2...4.12.0) --- updated-dependencies: - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b776df2..eacfa6f 100644 --- a/build.gradle +++ b/build.gradle @@ -63,14 +63,14 @@ sourceSets { } dependencies { - antlr 'org.antlr:antlr4:4.9.2' + antlr 'org.antlr:antlr4:4.12.0' compile sourceSets.api.output compile 'org.slf4j:slf4j-api:1.7.32' langCompile sourceSets.api.output langCompile sourceSets.main.output - langCompile 'org.antlr:antlr4:4.8' + langCompile 'org.antlr:antlr4:4.12.0' langCompile 'org.slf4j:slf4j-api:1.7.30' testCompile sourceSets.lang.output