From 2a8378b326aa97fa8bf581055d43ce007d153bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:00:12 +0000 Subject: [PATCH] Bump org.antlr:antlr4-runtime in /modules/lang-painless Bumps [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.3 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.3...4.12.0) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/lang-painless/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang-painless/build.gradle b/modules/lang-painless/build.gradle index f29c48aecf5df..e5a237508e89f 100644 --- a/modules/lang-painless/build.gradle +++ b/modules/lang-painless/build.gradle @@ -48,7 +48,7 @@ testClusters.all { } dependencies { - api 'org.antlr:antlr4-runtime:4.9.3' + api 'org.antlr:antlr4-runtime:4.12.0' api "org.ow2.asm:asm-util:${versions.asm}" api "org.ow2.asm:asm-tree:${versions.asm}" api "org.ow2.asm:asm-commons:${versions.asm}"