Skip to content

Commit f66085c

Browse files
committed
Update to Mockito 5.14.1
Closes gh-931
1 parent c4581d9 commit f66085c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

dependencies/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)