Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #374 from pinges/updateAntlr4
Browse files Browse the repository at this point in the history
Update antlr4 version (Issue 373)
  • Loading branch information
atoulme committed Mar 3, 2022
2 parents 4f687c0 + a8d74bb commit 94335cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency-versions.gradle
Expand Up @@ -70,7 +70,7 @@ dependencyManagement {

dependency('javax.servlet:javax.servlet-api:4.0.1')
dependency('javax.persistence:javax.persistence-api:2.2')
dependencySet(group: 'org.antlr', version: '4.7.1') {
dependencySet(group: 'org.antlr', version: '4.9.3') {
entry 'antlr4'
entry 'antlr4-runtime'
}
Expand Down

0 comments on commit 94335cb

Please sign in to comment.