Skip to content

Commit 1e9dbfc

Browse files
authored
Merge pull request #76 from xvik/dependabot/gradle/org.junit-junit-bom-5.10.2
Bump org.junit:junit-bom from 5.10.1 to 5.10.2
2 parents 97015bb + 102c2de commit 1e9dbfc

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
@@ -19,7 +19,7 @@ wrapper {
1919

2020
repositories { mavenLocal(); mavenCentral() }
2121
dependencies {
22-
implementation platform('org.junit:junit-bom:5.10.1')
22+
implementation platform('org.junit:junit-bom:5.10.2')
2323

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

0 commit comments

Comments
 (0)