Upgrade to Mockito 5.0

This commit is contained in:
Sam Brannen
2023-01-17 14:31:11 +01:00
parent ebdc82b86b
commit ad5c636aff
5 changed files with 43 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0"))
api(platform("org.junit:junit-bom:5.9.2"))
api(platform("org.mockito:mockito-bom:4.9.0")) // spring-beans tests fail with 4.10+
api(platform("org.mockito:mockito-bom:5.0.0"))
constraints {
api("com.fasterxml:aalto-xml:1.3.1")