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