Skip to content

Commit 936fad2

Browse files
authored
Merge pull request #91 from xvik/dependabot/gradle/org.junit-junit-bom-6.0.3
Bump org.junit:junit-bom from 6.0.2 to 6.0.3
2 parents f809d2f + ee80102 commit 936fad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wrapper {
2222

2323
repositories { mavenLocal(); mavenCentral() }
2424
dependencies {
25-
implementation platform('org.junit:junit-bom:6.0.2')
25+
implementation platform('org.junit:junit-bom:6.0.3')
2626

2727
// direct dependency to prevent usage with older junit api
2828
implementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)