Update to mockito-core:4.8.0

Closes gh-903
This commit is contained in:
Joe Grandja
2022-09-20 14:27:17 -04:00
parent 1f68ad1655
commit 9c0ca08e68

View File

@@ -15,7 +15,7 @@ dependencies {
api "javax.servlet:javax.servlet-api:4.0.1"
api "junit:junit:4.13.2"
api "org.assertj:assertj-core:3.23.1"
api "org.mockito:mockito-core:4.5.1"
api "org.mockito:mockito-core:4.8.0"
api "com.squareup.okhttp3:mockwebserver:4.9.3"
api "com.squareup.okhttp3:okhttp:4.9.3"
api "com.jayway.jsonpath:json-path:2.7.0"