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 1fc00fe + a39eaf2 commit a9c6174Copy full SHA for a9c6174
build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
49
testImplementation "org.assertj:assertj-core:3.22.0"
50
testImplementation "org.mockito:mockito-core:5.9.0"
51
- testImplementation "org.mockito:mockito-junit-jupiter:5.8.0"
+ testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
52
testImplementation "org.springframework.boot:spring-boot-starter-test:2.7.6"
53
integrationTestImplementation "com.zaxxer:HikariCP:5.1.0"
54
}
0 commit comments