We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7082d + f71a9f4 commit 9e81041Copy full SHA for 9e81041
2 files changed
build.gradle
@@ -44,7 +44,7 @@ allprojects {
44
test.useJUnitPlatform()
45
46
dependencies {
47
- testImplementation platform("org.junit:junit-bom:5.11.2")
+ testImplementation platform("org.junit:junit-bom:5.11.3")
48
49
testImplementation 'org.assertj:assertj-core:3.26.3'
50
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.11.2")
+ api platform("org.junit:junit-bom:5.11.3")
7
8
api "org.junit.jupiter:junit-jupiter-api"
9
api "org.assertj:assertj-core:3.26.3"
0 commit comments