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.
1 parent b9142a8 commit c78017cCopy full SHA for c78017c
build-logic/src/main/kotlin/inertia.common-conventions.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
17
dependencies {
18
testImplementation("com.google.guava:guava-testlib:31.1-jre")
19
- testImplementation(platform("org.junit:junit-bom:5.8.2"))
+ testImplementation(platform("org.junit:junit-bom:5.9.2"))
20
testImplementation("org.junit.jupiter:junit-jupiter-api")
21
testImplementation("org.junit.jupiter:junit-jupiter-engine")
22
}
0 commit comments