Skip to content

Commit 8b12420

Browse files
Bump org.junit:junit-bom from 6.1.1 to 6.1.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4289eb5 commit 8b12420

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
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.slf4j:slf4j-api")
2121

2222
// testing
23-
testImplementation(platform("org.junit:junit-bom:6.1.1"))
23+
testImplementation(platform("org.junit:junit-bom:6.1.2"))
2424
testImplementation("org.junit.jupiter:junit-jupiter")
2525
testRuntimeOnly("org.junit.platform:junit-platform-launcher") // gradle bundled version is incompatible with 5.12
2626

0 commit comments

Comments
 (0)