Skip to content

Commit

Permalink
Merge pull request #137 from kit-data-manager/dependabot/gradle/devel…
Browse files Browse the repository at this point in the history
…opment/org.mockito-mockito-core-5.8.0

Bump org.mockito:mockito-core from 5.7.0 to 5.8.0
  • Loading branch information
VolkerHartmann authored Dec 12, 2023
2 parents a74e292 + ddae170 commit 7278c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
testImplementation "com.google.guava:guava:32.1.3-jre"

//Java 11 Support
testImplementation "org.mockito:mockito-core:5.7.0"
testImplementation "org.mockito:mockito-core:5.8.0"
testImplementation "junit:junit:4.13.2"

// boot starter
Expand Down

0 comments on commit 7278c55

Please sign in to comment.