Skip to content

Commit 6fe7a3c

Browse files
authored
Merge pull request #89 from bjansen/dependabot/gradle/org.antlr-antlr4-4.9.2
Bump antlr4 from 4.9.1 to 4.9.2
2 parents b98fd7f + 9b67d8e commit 6fe7a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configure<JavaPluginConvention> {
1313
}
1414

1515
dependencies {
16-
antlr("org.antlr:antlr4:4.9.1")
16+
antlr("org.antlr:antlr4:4.9.2")
1717
implementation("org.antlr:antlr4-runtime:4.9.1")
1818
testImplementation("junit:junit:4.+")
1919
}

0 commit comments

Comments
 (0)