Skip to content

Commit

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

---
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 Oct 7, 2024
1 parent e1f7374 commit cf4b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg-index-health-demo-without-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("org.assertj:assertj-core")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation(platform("org.mockito:mockito-bom:5.14.0"))
testImplementation(platform("org.mockito:mockito-bom:5.14.1"))
testImplementation("org.mockito:mockito-core")

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
Expand Down

0 comments on commit cf4b84d

Please sign in to comment.