Update to mockito-core:4.8.1

Closes gh-937
This commit is contained in:
Joe Grandja
2022-10-22 06:31:24 -04:00
parent 87a2c5b942
commit b664c09a5f

View File

@@ -15,7 +15,7 @@ dependencies {
api "jakarta.servlet:jakarta.servlet-api:5.0.0"
api "junit:junit:4.13.2"
api "org.assertj:assertj-core:3.23.1"
api "org.mockito:mockito-core:4.8.0"
api "org.mockito:mockito-core:4.8.1"
api "com.squareup.okhttp3:mockwebserver:4.10.0"
api "com.squareup.okhttp3:okhttp:4.10.0"
api "com.jayway.jsonpath:json-path:2.7.0"