Skip to content

Commit 3d8bce8

Browse files
authored
Merge pull request #150 from reta/bump.mockito.inline
Bump mockito-inline from 4.8.0 to 4.9.0
2 parents 109248e + e622688 commit 3d8bce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies {
163163

164164
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
165165
testImplementation "org.mockito:mockito-core:4.9.0"
166-
testImplementation "org.mockito:mockito-inline:4.8.1"
166+
testImplementation "org.mockito:mockito-inline:4.9.0"
167167
testImplementation "org.mockito:mockito-junit-jupiter:4.9.0"
168168

169169
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
@@ -224,4 +224,4 @@ task connectorConfigDoc {
224224

225225
tasks.named(JavaBasePlugin.CHECK_TASK_NAME) {
226226
dependsOn tasks.named('integrationTest')
227-
}
227+
}

0 commit comments

Comments
 (0)