Skip to content

Commit

Permalink
Merge pull request #17 from persian-calendar/dependabot/gradle/junit5…
Browse files Browse the repository at this point in the history
…Version-5.9.2

Bump junit5Version from 5.8.2 to 5.9.2
  • Loading branch information
ebraminio authored Aug 7, 2023
2 parents ff1088a + efe52b8 commit 0daaeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
antlr("org.antlr:antlr4:4.9.3")
implementation("org.antlr:antlr4-runtime:4.9.3")
testImplementation(kotlin("test"))
val junit5Version = "5.8.2"
val junit5Version = "5.9.2"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junit5Version")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit5Version")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junit5Version")
Expand Down

0 comments on commit 0daaeb1

Please sign in to comment.