Skip to content

Commit 93dc6da

Browse files
build(deps): bump org.junit:junit-bom from 6.0.0 to 6.0.1 (#342)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 681a3ca commit 93dc6da

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
@@ -37,7 +37,7 @@ dependencies {
3737

3838
implementation(platform("org.jetbrains.kotlin:kotlin-bom:${embeddedKotlinVersion}"))
3939

40-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
40+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
4141
testImplementation("org.assertj:assertj-core:3.27.6")
4242
testImplementation("org.junit.jupiter:junit-jupiter-params")
4343
}

0 commit comments

Comments
 (0)