File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414dependencies {
15- testImplementation(testFixturesApi(platform(' org.junit:junit-bom:5.13.1 ' )))
15+ testImplementation(testFixturesApi(platform(' org.junit:junit-bom:5.13.2 ' )))
1616 testImplementation(testFixturesApi(' org.junit.jupiter:junit-jupiter' ))
1717 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
1818
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- testImplementation platform(' org.junit:junit-bom:5.13.1 ' )
14+ testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
1515 testImplementation ' org.junit.jupiter:junit-jupiter'
1616 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- testImplementation platform(' org.junit:junit-bom:5.13.1 ' )
14+ testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
1515 testImplementation ' org.junit.jupiter:junit-jupiter'
1616 testImplementation testFixtures(project(path : ' :libwebp-api' ))
1717 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments