@@ -5,7 +5,7 @@ import io.qameta.allure.gradle.task.AllureServe
5
5
6
6
plugins {
7
7
// `kotlin-dsl` version "1.3.6" apply false
8
- kotlin(" jvm" ) version " 1.4.0 " apply false
8
+ kotlin(" jvm" ) version " 1.4.31 " apply false
9
9
id(" net.vivin.gradle-semantic-build-versioning" ) apply false
10
10
id(" com.adarshr.test-logger" ) version " 2.0.0" apply false
11
11
id(" com.github.ben-manes.versions" ) version " 0.28.0" apply false
@@ -43,16 +43,16 @@ subprojects {
43
43
implementation(kotlin(" stdlib-jdk8" ))
44
44
implementation(kotlin(" reflect" ))
45
45
implementation(" org.slf4j:slf4j-api:1.7.30" )
46
- testImplementation(" io.kotest:kotest-runner-junit5:4.2.2 " )
47
- testImplementation(" io.kotest:kotest-extensions-allure:4.2.2 " )
48
- testImplementation(" io.kotest:kotest-runner-junit5-jvm:4.2.2 " )
49
- testImplementation(" io.kotest:kotest-assertions-core-jvm:4.2.2 " )
50
- testImplementation(" io.kotest:kotest-property-jvm:4.2.2 " )
51
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.6.2 " )
52
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.6.2 " )
46
+ testImplementation(" io.kotest:kotest-runner-junit5:4.4.1 " )
47
+ testImplementation(" io.kotest:kotest-extensions-allure:4.4.1 " )
48
+ testImplementation(" io.kotest:kotest-runner-junit5-jvm:4.4.1 " )
49
+ testImplementation(" io.kotest:kotest-assertions-core-jvm:4.4.1 " )
50
+ testImplementation(" io.kotest:kotest-property-jvm:4.4.1 " )
51
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.1 " )
52
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.7.1 " )
53
53
testRuntimeOnly(" ch.qos.logback:logback-core:1.2.3" )
54
54
testRuntimeOnly(" ch.qos.logback:logback-classic:1.2.3" )
55
- testRuntimeOnly(" org.codehaus.groovy:groovy:3.0.5 " )
55
+ testRuntimeOnly(" org.codehaus.groovy:groovy:3.0.7 " )
56
56
}
57
57
58
58
configure<JavaPluginConvention > {
@@ -127,9 +127,9 @@ subprojects {
127
127
aspectjweaver = false
128
128
aspectjVersion = " 1.9.6"
129
129
autoconfigure = true
130
- allureJavaVersion = " 2.13.3 "
130
+ allureJavaVersion = " 2.13.8 "
131
131
useJUnit5 {
132
- version = " 2.13.5 "
132
+ version = " 2.13.8 "
133
133
}
134
134
}
135
135
}
0 commit comments