We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f809d2f + ee80102 commit 936fad2Copy full SHA for 936fad2
build.gradle
@@ -22,7 +22,7 @@ wrapper {
22
23
repositories { mavenLocal(); mavenCentral() }
24
dependencies {
25
- implementation platform('org.junit:junit-bom:6.0.2')
+ implementation platform('org.junit:junit-bom:6.0.3')
26
27
// direct dependency to prevent usage with older junit api
28
implementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments