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 4b08af2 commit 11d80e0Copy full SHA for 11d80e0
build.gradle
@@ -10,11 +10,10 @@ repositories {
10
}
11
12
dependencies {
13
- testImplementation platform('org.junit:junit-bom:5.9.1')
14
- testImplementation('org.junit.jupiter:junit-jupiter')
15
testImplementation platform('org.junit:junit-bom:5.9.1')
16
testImplementation platform('org.assertj:assertj-bom:3.25.1')
17
testImplementation('org.junit.jupiter:junit-jupiter')
+
18
testImplementation('org.assertj:assertj-core')
19
20
0 commit comments