We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3cdf7d + e1b5cd6 commit c1f5c3eCopy full SHA for c1f5c3e
build.gradle.kts
@@ -130,7 +130,7 @@ dependencies {
130
testImplementation(platform("org.mockito:mockito-bom:5.12.0")) // Needs to be compatible with Micronaut BOM
131
testImplementation("org.mockito:mockito-core")
132
testImplementation("org.mockito:mockito-junit-jupiter")
133
- testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
+ testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
134
135
testImplementation("io.rest-assured:rest-assured:${depVersions["restAssured"]}")
136
testImplementation("io.rest-assured:kotlin-extensions:${depVersions["restAssured"]}")
0 commit comments