Skip to content

Commit

Permalink
Merge pull request #8 from persian-calendar/dependabot/gradle/junit5V…
Browse files Browse the repository at this point in the history
…ersion-5.10.3

Bump junit5Version from 5.10.2 to 5.10.3
  • Loading branch information
ebraminio authored Jun 28, 2024
2 parents 761a2d4 + 4df54ab commit a593901
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 @@ -13,7 +13,7 @@ repositories {
}

dependencies {
val junit5Version = "5.10.2"
val junit5Version = "5.10.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 a593901

Please sign in to comment.