Skip to content

Commit 8974be0

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#294)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0db7489 commit 8974be0

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
@@ -49,7 +49,7 @@ repositories {
4949

5050
dependencies {
5151
implementation("org.testcontainers:testcontainers:1.21.3")
52-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
52+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
5454
testImplementation("org.junit.jupiter:junit-jupiter-params")
5555
testImplementation("ch.qos.logback:logback-classic:1.5.19")

0 commit comments

Comments
 (0)