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 eac679c commit 2c9a3e5Copy full SHA for 2c9a3e5
build.gradle.kts
@@ -21,7 +21,7 @@ repositories {
21
dependencies {
22
api("org.javassist:javassist:3.30.2-GA")
23
compileOnlyApi("org.jetbrains:annotations:24.1.0")
24
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
25
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
26
27
// performance comparison with other libraries
0 commit comments