Skip to content

Commit

Permalink
Merge pull request #493 from ThoughtWorks-SEA/dependabot/gradle/org.m…
Browse files Browse the repository at this point in the history
…ockito-mockito-bom-5.10.0

Bump org.mockito:mockito-bom from 5.9.0 to 5.10.0
  • Loading branch information
chadlwilson authored Jan 29, 2024
2 parents 8bef789 + 3ad9a2a commit cd238de
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 @@ -122,7 +122,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("io.projectreactor:reactor-test")

testImplementation(platform("org.mockito:mockito-bom:5.9.0")) // Needs to be compatible with Micronaut BOM
testImplementation(platform("org.mockito:mockito-bom:5.10.0")) // Needs to be compatible with Micronaut BOM
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")
Expand Down

0 comments on commit cd238de

Please sign in to comment.