Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 2f601e5

Browse files
authored
Merge pull request #469 from ThoughtWorks-SEA/dependabot/gradle/org.mockito.kotlin-mockito-kotlin-5.2.1
Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1
2 parents 96fe7d8 + c835010 commit 2f601e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
testImplementation(platform("org.mockito:mockito-bom:5.8.0")) // Needs to be compatible with Micronaut BOM
130130
testImplementation("org.mockito:mockito-core")
131131
testImplementation("org.mockito:mockito-junit-jupiter")
132-
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
132+
testImplementation("org.mockito.kotlin:mockito-kotlin:5.2.1")
133133

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

0 commit comments

Comments
 (0)