We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758a880 + 9cbb7e8 commit b9c8b2bCopy full SHA for b9c8b2b
build.gradle.kts
@@ -100,7 +100,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
100
testImplementation("io.mockk:mockk:1.+")
101
102
// JUnit 5 dependencies
103
- testImplementation(platform("org.junit:junit-bom:5.13.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
104
testImplementation("org.junit.jupiter:junit-jupiter")
105
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
106
}
0 commit comments