We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d49622 + 22d06f9 commit 4cf04f3Copy full SHA for 4cf04f3
1 file changed
build.gradle.kts
@@ -19,9 +19,9 @@ repositories {
19
20
dependencies {
21
implementation("org.openjdk.jmh:jmh-core:1.37")
22
- testImplementation(platform("org.junit:junit-bom:6.0.1"))
23
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
24
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
+ testImplementation(platform("org.junit:junit-bom:6.0.3"))
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
25
}
26
27
tasks {
0 commit comments