Skip to content

Commit 2c9a3e5

Browse files
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v5.13.3
1 parent eac679c commit 2c9a3e5

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
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
api("org.javassist:javassist:3.30.2-GA")
2323
compileOnlyApi("org.jetbrains:annotations:24.1.0")
24-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
24+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
2525
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
2626

2727
// performance comparison with other libraries

0 commit comments

Comments
 (0)