We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8544de0 commit 1f62b02Copy full SHA for 1f62b02
build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("io.quarkus:quarkus-smallrye-openapi")
24
25
// Use JUnit Jupiter for testing.
26
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
27
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
28
29
// This dependency is used by the application.
0 commit comments