Skip to content

Commit

Permalink
Bump org.mockito:mockito-bom from 5.8.0 to 5.9.0 (#4732)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 3bb9cf3 commit 7978186
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion vividus-agent-reportportal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-allure-adaptor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'org.junit-pioneer', name: 'junit-pioneer', version: '2.2.0')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
Expand Down
2 changes: 1 addition & 1 deletion vividus-analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
testImplementation(group: 'nl.jqno.equalsverifier', name: 'equalsverifier', version: '3.15.6')
Expand Down
2 changes: 1 addition & 1 deletion vividus-exporter-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
testImplementation (group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: "${springBootVersion}")
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-extension-aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-extension-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-extension-selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ configurations {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-extension-visual-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-facade-jira/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-http-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-accessibility/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-applitools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-avro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-aws-dynamodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-aws-lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-cosmos-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'nl.jqno.equalsverifier', name: 'equalsverifier', version: '3.15.6')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-data-factory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-event-grid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-event-hub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-functions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-resource-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'org.junit-pioneer', name: 'junit-pioneer', version: '2.2.0')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-storage-account/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-azure-storage-queue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-browserstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-datetime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-db/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
}
2 changes: 1 addition & 1 deletion vividus-plugin-electron/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-email/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'com.icegreen', name: 'greenmail', version: '2.0.1')
testImplementation(group: 'com.sun.mail', name: 'smtp', version: mailVersion)
Expand Down
2 changes: 1 addition & 1 deletion vividus-plugin-excel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies {
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-html/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dependencies {
testImplementation project(':vividus-util')
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
}
2 changes: 1 addition & 1 deletion vividus-plugin-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.1')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.8.0')
testImplementation platform(group: 'org.mockito', name: 'mockito-bom', version: '5.9.0')
testImplementation(group: 'org.mockito', name: 'mockito-junit-jupiter')
testImplementation(group: 'org.springframework.kafka', name: 'spring-kafka-test')
testImplementation(group: 'com.github.valfirst', name: 'slf4j-test', version: '3.0.1')
Expand Down
Loading

0 comments on commit 7978186

Please sign in to comment.