There was an error while loading. Please reload this page.
1 parent 7c9e380 commit 89d9cb3Copy full SHA for 89d9cb3
1 file changed
build.gradle.kts
@@ -51,9 +51,9 @@ dependencies {
51
implementation("com.intellectualsites.paster:Paster")
52
53
// 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")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.4")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.14.4")
57
}
58
59
// Enable JUnit Platform for tests
0 commit comments