Skip to content

Commit

Permalink
Merge pull request #260 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.8.0
  • Loading branch information
dygma0 authored Dec 2, 2023
2 parents 20944fa + 47fcfbd commit c7a8aa6
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.7.0")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
testImplementation("org.springframework.restdocs:spring-restdocs-asciidoctor")
testImplementation("io.rest-assured:rest-assured:5.3.2")
Expand Down

0 comments on commit c7a8aa6

Please sign in to comment.