Skip to content

Commit 238cf78

Browse files
authored
Merge pull request #598 from thoughtworks/dependabot/gradle/org.mockito-mockito-bom-5.18.0
Bump org.mockito:mockito-bom from 5.16.1 to 5.18.0
2 parents ae451ef + dc95ff4 commit 238cf78

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
@@ -127,7 +127,7 @@ dependencies {
127127
testImplementation("org.junit.jupiter:junit-jupiter-params")
128128
testImplementation("io.projectreactor:reactor-test")
129129

130-
testImplementation(platform("org.mockito:mockito-bom:5.16.1")) // Needs to be compatible with Micronaut BOM
130+
testImplementation(platform("org.mockito:mockito-bom:5.18.0")) // Needs to be compatible with Micronaut BOM
131131
testImplementation("org.mockito:mockito-core")
132132
testImplementation("org.mockito:mockito-junit-jupiter")
133133
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")

0 commit comments

Comments
 (0)