We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a55adc + aa42501 commit 478960aCopy full SHA for 478960a
perfume-api/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
annotationProcessor("jakarta.persistence:jakarta.persistence-api:3.1.0")
36
37
testImplementation("com.h2database:h2:2.2.224")
38
- testImplementation("org.mockito:mockito-core:5.9.0")
+ testImplementation("org.mockito:mockito-core:5.10.0")
39
testImplementation("org.springframework.restdocs:spring-restdocs-mockmvc")
40
testImplementation("org.springframework.restdocs:spring-restdocs-asciidoctor")
41
testImplementation("io.rest-assured:rest-assured:5.4.0")
0 commit comments