Skip to content

Commit

Permalink
Bump org.antlr:antlr4 from 4.13.0 to 4.13.1 (#4952)
Browse files Browse the repository at this point in the history
Bumps [org.antlr:antlr4](https://github.com/antlr/antlr4) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/doc/go-changes.md)
- [Commits](antlr/antlr4@4.13.0...4.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent eebbde3 commit dd9d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventmesh-connectors/eventmesh-connector-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packageSources {
}

dependencies {
antlr("org.antlr:antlr4:4.13.0")
antlr("org.antlr:antlr4:4.13.1")
implementation 'org.antlr:antlr4-runtime:4.13.1'
implementation 'com.alibaba:druid:1.2.20'
compileOnly 'org.hibernate:hibernate-core:5.6.15.Final'
Expand Down

0 comments on commit dd9d64a

Please sign in to comment.