Skip to content

Commit

Permalink
Merge pull request #368 from read-a-perfume/renovate/mockito-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.mockito:mockito-core to v5.10.0
  • Loading branch information
dygma0 authored Jan 29, 2024
2 parents 5a55adc + aa42501 commit 478960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfume-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
annotationProcessor("jakarta.persistence:jakarta.persistence-api:3.1.0")

testImplementation("com.h2database:h2:2.2.224")
testImplementation("org.mockito:mockito-core:5.9.0")
testImplementation("org.mockito:mockito-core:5.10.0")
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
testImplementation("org.springframework.restdocs:spring-restdocs-asciidoctor")
testImplementation("io.rest-assured:rest-assured:5.4.0")
Expand Down

0 comments on commit 478960a

Please sign in to comment.