We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae451ef + dc95ff4 commit 238cf78Copy full SHA for 238cf78
build.gradle.kts
@@ -127,7 +127,7 @@ dependencies {
127
testImplementation("org.junit.jupiter:junit-jupiter-params")
128
testImplementation("io.projectreactor:reactor-test")
129
130
- testImplementation(platform("org.mockito:mockito-bom:5.16.1")) // Needs to be compatible with Micronaut BOM
+ testImplementation(platform("org.mockito:mockito-bom:5.18.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.4.0")
0 commit comments