Skip to content

Commit 82999ca

Browse files
Bump antlr4-runtime from 4.9.3 to 4.11.1 in /modules/lang-expression
Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.3 to 4.11.1. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](antlr/antlr4@4.9.3...4.11.1) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdc7a2f commit 82999ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lang-expression/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opensearchplugin {
3737

3838
dependencies {
3939
api "org.apache.lucene:lucene-expressions:${versions.lucene}"
40-
api 'org.antlr:antlr4-runtime:4.9.3'
40+
api 'org.antlr:antlr4-runtime:4.11.1'
4141
api "org.ow2.asm:asm:${versions.asm}"
4242
api "org.ow2.asm:asm-commons:${versions.asm}"
4343
api "org.ow2.asm:asm-tree:${versions.asm}"

0 commit comments

Comments
 (0)