Skip to content

Commit

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

Bump junit5Version from 5.11.2 to 5.11.3
  • Loading branch information
ebraminio authored Oct 21, 2024
2 parents 64955be + 7876c07 commit b65a2ea
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.13.2")
implementation("org.antlr:antlr4-runtime:4.13.2")
testImplementation(kotlin("test"))
val junit5Version = "5.11.2"
val junit5Version = "5.11.3"
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 b65a2ea

Please sign in to comment.