Skip to content

Commit d05098a

Browse files
GH-4 Update dependency org.junit:junit-bom to v5.10.2 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6d9410 commit d05098a

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
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
13+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
1414
testImplementation("org.junit.jupiter:junit-jupiter")
1515
}
1616

0 commit comments

Comments
 (0)