Skip to content

Commit abade01

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90d087c commit abade01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
101101
testImplementation("io.mockk:mockk:1.+")
102102

103103
// JUnit 5 dependencies
104-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
104+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
105105
testImplementation("org.junit.jupiter:junit-jupiter")
106106
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
107107
}

0 commit comments

Comments
 (0)