Skip to content

Commit c1f5c3e

Browse files
authored
Merge pull request #533 from ThoughtWorks-SEA/dependabot/gradle/org.mockito.kotlin-mockito-kotlin-5.4.0
Bump org.mockito.kotlin:mockito-kotlin from 5.3.1 to 5.4.0
2 parents a3cdf7d + e1b5cd6 commit c1f5c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130
testImplementation(platform("org.mockito:mockito-bom:5.12.0")) // Needs to be compatible with Micronaut BOM
131131
testImplementation("org.mockito:mockito-core")
132132
testImplementation("org.mockito:mockito-junit-jupiter")
133-
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
133+
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
134134

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

0 commit comments

Comments
 (0)