Skip to content

Commit f7e40d9

Browse files
Bump org.junit:junit-bom from 5.12.0 to 5.12.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 850211c commit f7e40d9

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
@@ -81,7 +81,7 @@ subprojects {
8181
// latest version that supports java 8
8282
mavenBom("com.vladsch.flexmark:flexmark-all:0.62.2")
8383
mavenBom("io.qameta.allure:allure-bom:2.29.1")
84-
mavenBom("org.junit:junit-bom:5.12.0")
84+
mavenBom("org.junit:junit-bom:5.12.2")
8585
}
8686
dependencies {
8787
dependency("ch.qos.logback:logback-classic:1.3.15")

0 commit comments

Comments
 (0)