Skip to content

Commit

Permalink
Update to Mockito 5.14.1
Browse files Browse the repository at this point in the history
Closes gh-931
  • Loading branch information
jzheaux committed Oct 1, 2024
1 parent c4581d9 commit f66085c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
testImplementation "commons-lang:commons-lang"
testImplementation "gsbase:gsbase"
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-inline"
testImplementation "org.springframework:spring-test"
testImplementation "org.assertj:assertj-core"
testImplementation "com.unboundid:unboundid-ldapsdk"
Expand Down
5 changes: 2 additions & 3 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ dependencies {
api "org.hibernate:hibernate-core-jakarta:5.6.15.Final"
api "org.hsqldb:hsqldb:2.7.3"
api "junit:junit:4.13.2"
api "org.mockito:mockito-core:4.11.0"
api "org.mockito:mockito-inline:4.11.0"
api "org.mockito:mockito-junit-jupiter:4.11.0"
api "org.mockito:mockito-core:5.14.1"
api "org.mockito:mockito-junit-jupiter:5.14.1"
api "org.slf4j:jcl-over-slf4j:1.7.36"
api "org.slf4j:log4j-over-slf4j:1.7.36"
api "org.slf4j:slf4j-api:1.7.36"
Expand Down

0 comments on commit f66085c

Please sign in to comment.