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 97015bb commit 102c2deCopy full SHA for 102c2de
build.gradle
@@ -19,7 +19,7 @@ wrapper {
19
20
repositories { mavenLocal(); mavenCentral() }
21
dependencies {
22
- implementation platform('org.junit:junit-bom:5.10.1')
+ implementation platform('org.junit:junit-bom:5.10.2')
23
24
// direct dependency to prevent usage with older junit api
25
implementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments