Upgrade to Mockito 5.8.0

See gh-31459
This commit is contained in:
Brian Clozel 2023-12-12 11:22:41 +01:00
parent c7f24efc27
commit f0abdf2264
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
api(platform("org.junit:junit-bom:5.10.1"))
api(platform("org.mockito:mockito-bom:5.7.0"))
api(platform("org.mockito:mockito-bom:5.8.0"))
constraints {
api("com.fasterxml:aalto-xml:1.3.2")