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 ce07856 commit c81ffe9Copy full SHA for c81ffe9
build.gradle.kts
@@ -72,9 +72,9 @@ dependencies {
72
}
73
implementation(libs.junixsocketCommon)
74
75
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.3")
76
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
77
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
78
79
80
val dependencyVersions = listOf<String>(
0 commit comments