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.
2 parents 086171e + 0458e18 commit cfd3051Copy full SHA for cfd3051
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
test.useJUnitPlatform()
46
47
dependencies {
48
- testImplementation platform("org.junit:junit-bom:5.10.1")
+ testImplementation platform("org.junit:junit-bom:5.10.2")
49
50
testImplementation 'org.assertj:assertj-core:3.25.3'
51
testImplementation 'org.junit.jupiter:junit-jupiter-api'
test-common/build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
6
- api platform("org.junit:junit-bom:5.10.1")
+ api platform("org.junit:junit-bom:5.10.2")
7
8
api "org.junit.jupiter:junit-jupiter-api"
9
api "org.assertj:assertj-core:3.25.3"
0 commit comments