From af94f9b1f9ebb84199b22bcca4569ee485ca90e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:06:20 +0200 Subject: [PATCH] chore: Update org.antlr to v4.9.2 (#1351) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 53b4a8607..71f661c68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ auto-value = "1.7.4" findbugs = "3.0.2" rhino-runtime = "1.7.13" zstd-jni = "1.4.8-1" # Not latest as it can be difficult to obtain latest ZSTD libs -antlr4 = "4.9.1" +antlr4 = "4.9.2" json-simple = "1.1.1" paranamer = "2.8" jlibnoise = "1.0.0"