Skip to content

Commit 47ba8db

Browse files
fix(deps): update junit5 monorepo to v5.9.3
1 parent ffcc851 commit 47ba8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.9.3'
24+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
2525
}
2626
}
2727

0 commit comments

Comments
 (0)