We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb1f1b commit 2af11ecCopy full SHA for 2af11ec
reflexion/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
compileOnly("org.jetbrains", "annotations", annotationsVersion)
52
53
// testing
54
- val junitVersion = "5.10.3"
+ val junitVersion = "5.13.2"
55
testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion)
56
testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion)
57
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)
0 commit comments