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 0cc14e7 commit 9797351Copy full SHA for 9797351
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
testImplementation('org.apache.kafka:kafka-clients:2.2.1')
59
testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.0')
60
testImplementation('org.apache.commons:commons-lang3:3.11')
61
- testImplementation('org.mockito:mockito-inline:3.6.0')
+ testImplementation('org.mockito:mockito-inline:5.0.0')
62
63
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.0')
64
testRuntimeOnly('org.apache.logging.log4j:log4j-core:2.17.1')
0 commit comments