Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit f548788

Browse files
Update junit5 monorepo to v5.10.0
1 parent 3edb485 commit f548788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ repositories {
1515
dependencies {
1616
testImplementation("net.java.dev.jna:jna-platform:5.13.0")
1717
testImplementation("net.java.dev.jna:jna:5.13.0")
18-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
19-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
18+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
19+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
2020
}
2121

2222
sourceSets {

0 commit comments

Comments
 (0)