We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754571 commit 90f1e06Copy full SHA for 90f1e06
internal-bom/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
api(platform("org.junit:junit-bom:5.13.4"))
14
api(platform("org.testcontainers:testcontainers-bom:1.21.3"))
15
api(platform("io.github.mfvanek:pg-index-health-bom:0.20.2"))
16
- api(platform("org.mockito:mockito-bom:5.19.0"))
+ api(platform("org.mockito:mockito-bom:5.20.0"))
17
api(platform("org.assertj:assertj-bom:3.27.4"))
18
19
constraints {
0 commit comments