Skip to content

Commit a9f6e3e

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 dd2e2b3 commit a9f6e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ dependencies {
175175
implementation("org.commonmark", "commonmark", "0.24.0")
176176

177177
// EPL-2.0
178-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
178+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
179179
testImplementation("org.junit.jupiter", "junit-jupiter")
180180
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
181181
}

0 commit comments

Comments
 (0)