Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2022
1 parent 494f6af commit 90bdaa7
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.9.2'
antlr 'org.antlr:antlr4:4.9.3'
implementation project(':data-prepper-api')
implementation 'javax.inject:javax.inject:1'
implementation('org.springframework:spring-core:5.3.13') {
Expand Down

0 comments on commit 90bdaa7

Please sign in to comment.