We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b2f81 commit d8eb9dfCopy full SHA for d8eb9df
1 file changed
build.gradle.kts
@@ -17,9 +17,9 @@ repositories {
17
}
18
19
dependencies {
20
- testImplementation(platform("org.junit:junit-bom:6.0.2"))
21
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
22
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
+ 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")
23
24
25
tasks {
0 commit comments