Skip to content

Commit

Permalink
Merge pull request #33 from komamitsu/dependabot/gradle/org.mockito-m…
Browse files Browse the repository at this point in the history
…ockito-core-5.11.0

Bump org.mockito:mockito-core from 5.9.0 to 5.11.0
  • Loading branch information
komamitsu authored Apr 28, 2024
2 parents 4da80fc + ef3160a commit 40675c2
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 @@ -47,7 +47,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.mockito:mockito-core:5.9.0"
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.6"
integrationTestImplementation "com.zaxxer:HikariCP:5.1.0"
Expand Down

0 comments on commit 40675c2

Please sign in to comment.