only:latest antlr (#5379)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2023-07-03 08:22:37 -04:00 committed by GitHub
parent 18fd4dcf80
commit 54865c0a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
junit : "junit:junit:4.13.2",
annotations : "org.jetbrains:annotations:16.0.1",
jsr305 : "com.google.code.findbugs:jsr305:3.0.2",
antlr : "org.antlr:antlr4:4.10",
antlr : "org.antlr:antlr4:4.13.0",
json : "com.googlecode.json-simple:json-simple:1.1.1",
mockito : "org.mockito:mockito-all:1.10.19",
javaxJson : "javax.json:javax.json-api:1.1.4",