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 7329b8f + 4801057 commit ead7b77Copy full SHA for ead7b77
buildSrc/src/main/kotlin/creative.java-conventions.gradle.kts
@@ -9,8 +9,8 @@ repositories {
9
}
10
11
dependencies {
12
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
13
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
14
15
16
java {
0 commit comments