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 2d9c0ad commit f4a18f2Copy full SHA for f4a18f2
common-internal-bom/build.gradle.kts
@@ -11,5 +11,5 @@ javaPlatform {
11
dependencies {
12
api(platform("org.assertj:assertj-bom:3.26.0"))
13
api(platform("org.testcontainers:testcontainers-bom:1.19.8"))
14
- api(platform("org.junit:junit-bom:5.10.2"))
+ api(platform("org.junit:junit-bom:5.10.3"))
15
}
0 commit comments