Skip to content

Commit

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

Bump org.mockito.kotlin:mockito-kotlin from 5.3.1 to 5.4.0
  • Loading branch information
chadlwilson authored Jul 16, 2024
2 parents a3cdf7d + e1b5cd6 commit c1f5c3e
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 @@ -130,7 +130,7 @@ dependencies {
testImplementation(platform("org.mockito:mockito-bom:5.12.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.3.1")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")

testImplementation("io.rest-assured:rest-assured:${depVersions["restAssured"]}")
testImplementation("io.rest-assured:kotlin-extensions:${depVersions["restAssured"]}")
Expand Down

0 comments on commit c1f5c3e

Please sign in to comment.