From c1b5f8c84a1a3dadd26aeb1b05471fa563afc374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 10:06:46 +0200 Subject: [PATCH] [ci skip] build: Update org.antlr to v4.10.1 (#1699) Co-authored-by: Renovate Bot Co-authored-by: Alexander Brandes --- 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 da7c522df..3371fc608 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ auto-value = "1.9" 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.3" +antlr4 = "4.10.1" json-simple = "1.1.1" jlibnoise = "1.0.0" jchronic = "0.2.4a"