We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc30828 commit ace7f99Copy full SHA for ace7f99
build.gradle.kts
@@ -72,9 +72,9 @@ dependencies {
72
}
73
implementation(libs.junixsocketCommon)
74
75
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
76
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
77
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
78
79
80
val dependencyVersions = listOf<String>(
0 commit comments