From 6e5cd3d5bc8c868f10e0f2ee10b6947415fb4d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:59:34 +0000 Subject: [PATCH] Bump org.antlr:antlr4-runtime in /modules/lang-expression 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-expression/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang-expression/build.gradle b/modules/lang-expression/build.gradle index 114c750e34b17..b3141239b276e 100644 --- a/modules/lang-expression/build.gradle +++ b/modules/lang-expression/build.gradle @@ -37,7 +37,7 @@ opensearchplugin { dependencies { api "org.apache.lucene:lucene-expressions:${versions.lucene}" - api 'org.antlr:antlr4-runtime:4.9.3' + api 'org.antlr:antlr4-runtime:4.12.0' api "org.ow2.asm:asm:${versions.asm}" api "org.ow2.asm:asm-commons:${versions.asm}" api "org.ow2.asm:asm-tree:${versions.asm}"