We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 109248e + e622688 commit 3d8bce8Copy full SHA for 3d8bce8
1 file changed
build.gradle
@@ -163,7 +163,7 @@ dependencies {
163
164
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
165
testImplementation "org.mockito:mockito-core:4.9.0"
166
- testImplementation "org.mockito:mockito-inline:4.8.1"
+ testImplementation "org.mockito:mockito-inline:4.9.0"
167
testImplementation "org.mockito:mockito-junit-jupiter:4.9.0"
168
169
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
@@ -224,4 +224,4 @@ task connectorConfigDoc {
224
225
tasks.named(JavaBasePlugin.CHECK_TASK_NAME) {
226
dependsOn tasks.named('integrationTest')
227
-}
+}
0 commit comments