Skip to content

Commit 04a6899

Browse files
authored
Merge pull request #8 from Vinrobot/dependabot/gradle/org.junit-junit-bom-5.11.3
Bump org.junit:junit-bom from 5.11.2 to 5.11.3
2 parents d84edeb + 92eabe2 commit 04a6899

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libwebp-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.11.2')))
15+
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.11.3')))
1616
testImplementation(testFixturesApi('org.junit.jupiter:junit-jupiter'))
1717

1818
runtimeOnly project(path: ':libwebp-natives', configuration: 'darwin-x64')

libwebp-foreign-jdk21/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
testImplementation platform('org.junit:junit-bom:5.11.2')
14+
testImplementation platform('org.junit:junit-bom:5.11.3')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616

1717
implementation project(path: ':libwebp-api')

libwebp-jna/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
testImplementation platform('org.junit:junit-bom:5.11.2')
14+
testImplementation platform('org.junit:junit-bom:5.11.3')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
testImplementation testFixtures(project(path: ':libwebp-api'))
1717

0 commit comments

Comments
 (0)