Skip to content

Commit 89d9cb3

Browse files
Update junit-framework monorepo
1 parent 7c9e380 commit 89d9cb3

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:5.14.4")
55+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4")
56+
testImplementation("org.junit.platform:junit-platform-launcher:1.14.4")
5757
}
5858

5959
// Enable JUnit Platform for tests

0 commit comments

Comments
 (0)