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 d1e7ad3 commit bd88ac9Copy full SHA for bd88ac9
finish/build.gradle
@@ -28,7 +28,7 @@ subprojects {
28
}
29
30
dependencies {
31
- testImplementation platform('org.junit:junit-bom:5.13.4')
+ testImplementation platform('org.junit:junit-bom:5.14.0')
32
testImplementation 'org.junit.jupiter:junit-jupiter'
33
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
34
0 commit comments