Skip to content

Commit 3148c51

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency org.junit:junit-bom to v5.13.3
1 parent a17f556 commit 3148c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/build.test-junit5.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
dependencies {
25-
testImplementation(platform("org.junit:junit-bom:5.13.1"))
25+
testImplementation(platform("org.junit:junit-bom:5.13.3"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727
testImplementation("org.junit.jupiter:junit-jupiter-api")
2828
testImplementation("org.junit.jupiter:junit-jupiter-params")

testkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ plugins {
2222

2323
dependencies {
2424
api(gradleTestKit())
25-
api(platform("org.junit:junit-bom:5.13.1"))
25+
api(platform("org.junit:junit-bom:5.13.3"))
2626
implementation("org.junit.jupiter:junit-jupiter")
2727
}

0 commit comments

Comments
 (0)