1
1
package com.driver733.gradle.plugin.kotlinsetup
2
2
3
+ import gradle.kotlin.dsl.accessors._1b4c26afbd40f3a80ad253d03a3cfe3d.*
3
4
import io.freefair.gradle.plugins.lombok.tasks.Delombok
4
5
import io.gitlab.arturbosch.detekt.extensions.DetektExtension
5
6
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
@@ -14,24 +15,25 @@ plugins {
14
15
15
16
dependencies {
16
17
implementation(kotlin(" reflect" , " 1.4.30" ))
17
-
18
18
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" )
19
19
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2" )
20
20
21
+ implementation(" io.github.microutils:kotlin-logging:1.12.5" )
22
+
21
23
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.11.1" ) // do not update (yet). the update breaks tests due to a bug.
22
24
implementation(" org.awaitility:awaitility-kotlin:4.0.3" )
23
25
24
- testImplementation(" io.kotest:kotest-runner-junit5-jvm:4.4.1 " )
25
- testImplementation(" io.kotest:kotest-assertions-core-jvm:4.4.1 " )
26
+ testImplementation(" io.kotest:kotest-runner-junit5-jvm:4.4.3 " )
27
+ testImplementation(" io.kotest:kotest-assertions-core-jvm:4.4.3 " )
26
28
testImplementation(" io.mockk:mockk:1.10.6" )
27
29
28
- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.15 .0" )
30
+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.16 .0" )
29
31
}
30
32
31
33
afterEvaluate {
32
34
if (hasSpringTestDep()) {
33
35
dependencies {
34
- testImplementation(" io.kotest:kotest-extensions-spring:4.4.1 " )
36
+ testImplementation(" io.kotest:kotest-extensions-spring:4.4.3 " )
35
37
testImplementation(" com.ninja-squad:springmockk:2.0.3" )
36
38
}
37
39
}
0 commit comments