Skip to content

Commit

Permalink
Bump org.antlr:antlr4-runtime from 4.9.3 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.3 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.9.3...4.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 0daaeb1 commit 2a5fd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
antlr("org.antlr:antlr4:4.9.3")
implementation("org.antlr:antlr4-runtime:4.9.3")
implementation("org.antlr:antlr4-runtime:4.13.1")
testImplementation(kotlin("test"))
val junit5Version = "5.9.2"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit5Version")
Expand Down

0 comments on commit 2a5fd36

Please sign in to comment.