Skip to content

Commit cbd11a0

Browse files
fix(deps): update junit5 monorepo to v5.10.0
1 parent ffcc851 commit cbd11a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ allprojects {
2020
}
2121

2222
dependencies {
23-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
24-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
23+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
24+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
2525
}
2626
}
2727

0 commit comments

Comments
 (0)