Skip to content

Commit

Permalink
Bump org.mockito:mockito-bom from 5.14.1 to 5.14.2
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.1...v5.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f54ca7d commit 682e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("io.projectreactor:reactor-test")

testImplementation(platform("org.mockito:mockito-bom:5.14.1")) // Needs to be compatible with Micronaut BOM
testImplementation(platform("org.mockito:mockito-bom:5.14.2")) // Needs to be compatible with Micronaut BOM
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
Expand Down

0 comments on commit 682e91a

Please sign in to comment.