Skip to content

Commit

Permalink
fix(deps): update dependency org.antlr:antlr4 to v4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 0339de3 commit f62a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
antlr 'org.antlr:antlr4:4.8-1'
antlr 'org.antlr:antlr4:4.13.1'
testCompile 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit f62a901

Please sign in to comment.