File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ dependencies {
93
93
testImplementation " org.junit.jupiter:junit-jupiter-engine"
94
94
testImplementation ' org.apache.commons:commons-io:1.3.2'
95
95
testImplementation ' org.assertj:assertj-core:3.13.2'
96
- testImplementation ' org.mockito:mockito-core:3.11.2 '
97
- testImplementation ' org.mockito:mockito-junit-jupiter:3.11.2 '
96
+ testImplementation ' org.mockito:mockito-core:3.12.4 '
97
+ testImplementation ' org.mockito:mockito-junit-jupiter:3.12.4 '
98
98
testImplementation " com.squareup.okhttp3:mockwebserver:3.14.9"
99
99
}
100
100
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ dependencies {
56
56
api " org.hibernate:hibernate-entitymanager:5.5.7.Final"
57
57
api " org.hsqldb:hsqldb:2.6.0"
58
58
api " org.jasig.cas.client:cas-client-core:3.6.2"
59
- api " org.mockito:mockito-core:3.11.2 "
60
- api " org.mockito:mockito-inline:3.11.2 "
61
- api " org.mockito:mockito-junit-jupiter:3.11.2 "
59
+ api " org.mockito:mockito-core:3.12.4 "
60
+ api " org.mockito:mockito-inline:3.12.4 "
61
+ api " org.mockito:mockito-junit-jupiter:3.12.4 "
62
62
api " org.openid4java:openid4java-nodeps:0.9.6"
63
63
api " org.opensaml:opensaml-core:$openSamlVersion "
64
64
api " org.opensaml:opensaml-saml-api:$openSamlVersion "
You can’t perform that action at this time.
0 commit comments