Skip to content

Commit

Permalink
Bump org.antlr:antlr4 from 4.10.1 to 4.13.1 in /data-prepper-expression
Browse files Browse the repository at this point in the history
Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.10.1 to 4.13.1.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.10.1...4.13.1)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 824b72b commit 871ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-expression/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
}

dependencies {
antlr('org.antlr:antlr4:4.10.1') {
antlr('org.antlr:antlr4:4.13.1') {
exclude group: 'org.glassfish', module: 'javax.json'
}
implementation project(':data-prepper-api')
Expand Down

0 comments on commit 871ea83

Please sign in to comment.