We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dd796 commit e2337c7Copy full SHA for e2337c7
samples/versions-in-platform/platform/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
dependencies {
7
api(platform("com.fasterxml.jackson:jackson-bom:2.18.3"))
8
- api(platform("org.junit:junit-bom:5.12.0"))
+ api(platform("org.junit:junit-bom:5.12.1"))
9
}
10
11
dependencies.constraints {
0 commit comments