Skip to content

Commit

Permalink
Merge pull request #150 from reta/bump.mockito.inline
Browse files Browse the repository at this point in the history
Bump mockito-inline from 4.8.0 to 4.9.0
  • Loading branch information
reta authored Dec 1, 2022
2 parents 109248e + e622688 commit 3d8bce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dependencies {

testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
testImplementation "org.mockito:mockito-core:4.9.0"
testImplementation "org.mockito:mockito-inline:4.8.1"
testImplementation "org.mockito:mockito-inline:4.9.0"
testImplementation "org.mockito:mockito-junit-jupiter:4.9.0"

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

tasks.named(JavaBasePlugin.CHECK_TASK_NAME) {
dependsOn tasks.named('integrationTest')
}
}

0 comments on commit 3d8bce8

Please sign in to comment.