Skip to content

Commit

Permalink
Update mockito version to align with the test code usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 authored Oct 2, 2023
1 parent 5b03e28 commit 3b01b1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ dependencies {
testImplementation 'org.springframework:spring-test:5.1.5.RELEASE'
testImplementation 'com.h2database:h2:1.4.199'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.1'
testImplementation 'org.mockito:mockito-core:2.25.1'
testImplementation 'org.mockito:mockito-junit-jupiter:2.25.1'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.2.0'
testImplementation 'org.assertj:assertj-core:3.11.1'
testImplementation 'org.assertj:assertj-guava:3.2.0'
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
Expand Down

0 comments on commit 3b01b1f

Please sign in to comment.