File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ dependencies {
38
38
testImplementation " commons-lang:commons-lang"
39
39
testImplementation " gsbase:gsbase"
40
40
testImplementation " org.mockito:mockito-core"
41
- testImplementation " org.mockito:mockito-inline"
42
41
testImplementation " org.springframework:spring-test"
43
42
testImplementation " org.assertj:assertj-core"
44
43
testImplementation " com.unboundid:unboundid-ldapsdk"
Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ dependencies {
48
48
api " org.hibernate:hibernate-core-jakarta:5.6.15.Final"
49
49
api " org.hsqldb:hsqldb:2.7.3"
50
50
api " junit:junit:4.13.2"
51
- api " org.mockito:mockito-core:4.11.0"
52
- api " org.mockito:mockito-inline:4.11.0"
53
- api " org.mockito:mockito-junit-jupiter:4.11.0"
51
+ api " org.mockito:mockito-core:5.14.1"
52
+ api " org.mockito:mockito-junit-jupiter:5.14.1"
54
53
api " org.slf4j:jcl-over-slf4j:1.7.36"
55
54
api " org.slf4j:log4j-over-slf4j:1.7.36"
56
55
api " org.slf4j:slf4j-api:1.7.36"
You can’t perform that action at this time.
0 commit comments