Skip to content

Commit 540c417

Browse files
Update junit-framework monorepo to v6
1 parent a286d9c commit 540c417

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ dependencies {
5151
implementation("com.intellectualsites.paster:Paster")
5252

5353
// Testing
54-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
55-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
56-
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
54+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3")
55+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")
56+
testImplementation("org.junit.platform:junit-platform-launcher:6.1.3")
5757
}
5858

5959
tasks.test {

0 commit comments

Comments
 (0)