Skip to content

Commit 94a859a

Browse files
Bump org.junit:junit-bom from 5.13.2 to 5.13.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e858fdb commit 94a859a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.13.2')))
15+
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.13.3')))
1616
testImplementation(testFixturesApi('org.junit.jupiter:junit-jupiter'))
1717
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1818

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.13.2')
14+
testImplementation platform('org.junit:junit-bom:5.13.3')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1717

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.13.2')
14+
testImplementation platform('org.junit:junit-bom:5.13.3')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
testImplementation testFixtures(project(path: ':libwebp-api'))
1717
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)