Update to mockito-core:4.8.1

Closes gh-951
This commit is contained in:
Joe Grandja
2022-11-01 05:24:34 -04:00
parent 836acf7c0e
commit 1a6a9dd1f2

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.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"