Skip to content

Commit 90f1e06

Browse files
Bump org.mockito:mockito-bom from 5.19.0 to 5.20.0
Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.19.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3754571 commit 90f1e06

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:5.13.4"))
1414
api(platform("org.testcontainers:testcontainers-bom:1.21.3"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.20.2"))
16-
api(platform("org.mockito:mockito-bom:5.19.0"))
16+
api(platform("org.mockito:mockito-bom:5.20.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.4"))
1818

1919
constraints {

0 commit comments

Comments
 (0)