Skip to content

Commit b0bbe18

Browse files
Bump org.mockito:mockito-bom from 5.20.0 to 5.21.0 (#395)
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e479930 commit b0bbe18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api(platform("org.junit:junit-bom:6.0.1"))
1414
api(platform("org.testcontainers:testcontainers-bom:1.21.3"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.30.2"))
16-
api(platform("org.mockito:mockito-bom:5.20.0"))
16+
api(platform("org.mockito:mockito-bom:5.21.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.6"))
1818

1919
constraints {

0 commit comments

Comments
 (0)