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 {
3838 testImplementation " commons-lang:commons-lang"
3939 testImplementation " gsbase:gsbase"
4040 testImplementation " org.mockito:mockito-core"
41- testImplementation " org.mockito:mockito-inline"
4241 testImplementation " org.springframework:spring-test"
4342 testImplementation " org.assertj:assertj-core"
4443 testImplementation " com.unboundid:unboundid-ldapsdk"
Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ dependencies {
4848 api " org.hibernate:hibernate-core-jakarta:5.6.15.Final"
4949 api " org.hsqldb:hsqldb:2.7.3"
5050 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"
5453 api " org.slf4j:jcl-over-slf4j:1.7.36"
5554 api " org.slf4j:log4j-over-slf4j:1.7.36"
5655 api " org.slf4j:slf4j-api:1.7.36"
You can’t perform that action at this time.
0 commit comments