Skip to content

Commit

Permalink
Merge pull request #62 from AgileCraftsmanshipCanarias/dependabot/gra…
Browse files Browse the repository at this point in the history
…dle/org.junit-junit-bom-5.11.1
  • Loading branch information
dependabot[bot] committed Sep 25, 2024
2 parents f77a292 + 64e5755 commit a275808
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 @@ -10,7 +10,7 @@ repositories {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.mockito:mockito-core:5.13.0")
Expand Down

0 comments on commit a275808

Please sign in to comment.