Skip to content

Commit 2af11ec

Browse files
fix(deps): update junit-framework monorepo to v5.13.2
1 parent 1eb1f1b commit 2af11ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflexion/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
compileOnly("org.jetbrains", "annotations", annotationsVersion)
5252

5353
// testing
54-
val junitVersion = "5.10.3"
54+
val junitVersion = "5.13.2"
5555
testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion)
5656
testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion)
5757
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)

0 commit comments

Comments
 (0)