Skip to content

Commit d74b716

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2"))
104+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
105105
testImplementation("org.junit.jupiter:junit-jupiter")
106106
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
107107
}

0 commit comments

Comments
 (0)