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 1cec52f commit e2471ddCopy full SHA for e2471dd
build.gradle.kts
@@ -76,7 +76,7 @@ dependencies {
76
implementation("com.google.re2j:re2j:1.7")
77
// implementation("com.github.fge:json-schema-validator:2.2.6")
78
79
- testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.10")
+ testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.20")
80
testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
81
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.1")
82
}
0 commit comments