We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23cc72f + 97a0eba commit 5793c9fCopy full SHA for 5793c9f
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
test.useJUnitPlatform()
46
47
dependencies {
48
- testImplementation platform("org.junit:junit-bom:5.10.3")
+ testImplementation platform("org.junit:junit-bom:5.11.0")
49
50
testImplementation 'org.assertj:assertj-core:3.26.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.3")
+ api platform("org.junit:junit-bom:5.11.0")
7
8
api "org.junit.jupiter:junit-jupiter-api"
9
api "org.assertj:assertj-core:3.26.3"
0 commit comments