Skip to content

Commit 12a0a3a

Browse files
Update dependency org.junit:junit-bom to v5.12.0
1 parent 482c86b commit 12a0a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040

4141
// unit testing
42-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
42+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
4343
testImplementation("org.junit.jupiter", "junit-jupiter")
4444
testImplementation("org.mockito", "mockito-core", "5.+")
4545
}

0 commit comments

Comments
 (0)