Skip to content

Commit 1f62b02

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.2
1 parent 8544de0 commit 1f62b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("io.quarkus:quarkus-smallrye-openapi")
2424

2525
// Use JUnit Jupiter for testing.
26-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
26+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2828

2929
// This dependency is used by the application.

0 commit comments

Comments
 (0)