Skip to content

Commit

Permalink
Merge pull request #38 from persian-calendar/dependabot/gradle/org.an…
Browse files Browse the repository at this point in the history
…tlr-antlr4-4.13.2

Bump org.antlr:antlr4 from 4.9.3 to 4.13.2
  • Loading branch information
ebraminio authored Aug 5, 2024
2 parents 2433796 + ac282b7 commit 39a2374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repositories {
}

dependencies {
antlr("org.antlr:antlr4:4.9.3")
implementation("org.antlr:antlr4-runtime:4.9.3")
antlr("org.antlr:antlr4:4.13.2")
implementation("org.antlr:antlr4-runtime:4.13.2")
testImplementation(kotlin("test"))
val junit5Version = "5.10.3"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit5Version")
Expand Down

0 comments on commit 39a2374

Please sign in to comment.