Upgrade to Mockito 4.8.0

Closes gh-860
This commit is contained in:
Andy Wilkinson
2022-10-15 16:45:30 +01:00
parent b1ce159e52
commit 641e3915ce

View File

@@ -22,9 +22,9 @@ dependencies {
api("org.javamoney:moneta:1.4.2")
api("org.jruby:jruby-complete:9.1.13.0")
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
api("org.mockito:mockito-core:4.6.1")
}
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(enforcedPlatform("io.rest-assured:rest-assured-bom:5.2.0"))
api(enforcedPlatform("org.mockito:mockito-bom:4.8.0"))
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
}