Skip to content

Commit

Permalink
Bump mockito-inline from 4.8.0 to 4.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Dec 1, 2022
1 parent 109248e commit e622688
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 e622688

Please sign in to comment.