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 fac862b commit a5670fcCopy full SHA for a5670fc
build.gradle.kts
@@ -44,8 +44,8 @@ dependencies {
44
implementation(KotliQuery.kotliquery)
45
implementation(TmsKafkaTools.kafkaApplication)
46
47
- testImplementation(Junit.api)
48
- testImplementation(Junit.engine)
+ testImplementation(JunitPlatform.launcher)
+ testImplementation(JunitJupiter.api)
49
testImplementation(TestContainers.postgresql)
50
testImplementation(Kotest.runnerJunit5)
51
testImplementation(Kotest.assertionsCore)
0 commit comments