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.
2 parents 97015bb + 102c2de commit 1e9dbfcCopy full SHA for 1e9dbfc
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