We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16a7101 + df6e5d1 commit 9fc8406Copy full SHA for 9fc8406
src/rider/build.gradle.kts
@@ -36,10 +36,10 @@ repositories {
36
dependencies {
37
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
38
39
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
40
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
41
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
42
- testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
+ testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.4")
43
}
44
45
// Configure gradle-intellij-plugin plugin.
0 commit comments