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 24671d2 commit c04e245Copy full SHA for c04e245
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
testImplementation "io.github.hakky54:logcaptor:2.9.+"
23
testImplementation "org.assertj:assertj-core"
24
testImplementation "org.junit.jupiter:junit-jupiter"
25
- testImplementation 'org.mockito.kotlin:mockito-kotlin:5.3.+'
+ testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.+'
26
testImplementation "org.springframework.boot:spring-boot-starter-test"
27
testImplementation "org.testcontainers:junit-jupiter"
28
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
0 commit comments