Skip to content

Commit

Permalink
Merge pull request #1609 from Codex-/bump_antlr
Browse files Browse the repository at this point in the history
Bump Antlr4 to 4.11.1
  • Loading branch information
rholshausen authored Sep 26, 2022
2 parents 7258f43 + 6a53c7f commit 6f8a347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.32'
testRuntimeOnly "net.bytebuddy:byte-buddy:${project.bytebuddyVersion}"

antlr "org.antlr:antlr4:4.9.2"
antlr "org.antlr:antlr4:4.11.1"
}

compileKotlin {
Expand Down

0 comments on commit 6f8a347

Please sign in to comment.