Skip to content

Commit f910ca4

Browse files
Bump org.junit:junit-bom from 5.12.0 to 5.12.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 537d301 commit f910ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
2424

25-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
25+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727

2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)