Skip to content

Commit de1b12b

Browse files
build(deps): bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#2429)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.4...r5.12.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7179757 commit de1b12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exposed-migration/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
api(project(":exposed-core"))
1313

14-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
14+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
1515
testImplementation("org.junit.jupiter:junit-jupiter")
1616
}
1717

0 commit comments

Comments
 (0)