Skip to content

Commit 3a80c90

Browse files
Bump antlr4-runtime from 4.9.3 to 4.11.1 in /modules/lang-painless
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 289c2d3 commit 3a80c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lang-painless/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ testClusters.all {
4848
}
4949

5050
dependencies {
51-
api 'org.antlr:antlr4-runtime:4.9.3'
51+
api 'org.antlr:antlr4-runtime:4.11.1'
5252
api "org.ow2.asm:asm-util:${versions.asm}"
5353
api "org.ow2.asm:asm-tree:${versions.asm}"
5454
api "org.ow2.asm:asm-commons:${versions.asm}"

0 commit comments

Comments
 (0)