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.
1 parent c206215 commit 0f259aeCopy full SHA for 0f259ae
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
45
testImplementation "org.assertj:assertj-core:3.25.3"
46
testImplementation "org.mockito:mockito-core:5.11.0"
47
- testImplementation "org.mockito:mockito-junit-jupiter:5.9.0"
+ testImplementation "org.mockito:mockito-junit-jupiter:5.18.0"
48
testImplementation "org.springframework.boot:spring-boot-starter-test"
49
integrationTestImplementation "com.zaxxer:HikariCP:5.1.0"
50
}
0 commit comments