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 634e28b commit 48cb198Copy full SHA for 48cb198
imgui-binding/build.gradle
@@ -15,8 +15,8 @@ java {
15
}
16
17
dependencies {
18
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
19
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
22
0 commit comments