Skip to content

Commit 698230d

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09cd66c commit 698230d

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
@@ -84,7 +84,7 @@ subprojects {
8484
// latest version that supports java 8
8585
mavenBom("com.vladsch.flexmark:flexmark-all:0.62.2")
8686
mavenBom("io.qameta.allure:allure-bom:2.31.0")
87-
mavenBom("org.junit:junit-bom:5.13.4")
87+
mavenBom("org.junit:junit-bom:6.0.1")
8888
}
8989
dependencies {
9090
dependency("ch.qos.logback:logback-classic:1.3.15")

0 commit comments

Comments
 (0)