Skip to content

Commit 4eedcd4

Browse files
build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 615f176 commit 4eedcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation project(':framework')
2020
implementation "io.github.eisop:checker-qual:${versions.eisopVersion}"
2121

22-
testImplementation platform('org.junit:junit-bom:6.0.2')
22+
testImplementation platform('org.junit:junit-bom:6.0.3')
2323
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2424
testImplementation 'org.junit.jupiter:junit-jupiter'
2525
testImplementation project(':test-utils')

test-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ plugins {
44

55
dependencies {
66
api project(':framework')
7-
api platform('org.junit:junit-bom:6.0.2')
7+
api platform('org.junit:junit-bom:6.0.3')
88
api 'org.junit.jupiter:junit-jupiter'
99
}

0 commit comments

Comments
 (0)