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 ac87218 commit c5c260aCopy full SHA for c5c260a
build.gradle.kts
@@ -72,9 +72,9 @@ dependencies {
72
}
73
implementation(libs.junixsocketCommon)
74
75
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
76
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
77
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
78
79
80
val dependencyVersions = listOf<String>(
0 commit comments