@@ -21,7 +21,7 @@ dependencies {
21
21
implementation(" org.slf4j:slf4j-api" ) {
22
22
version {
23
23
strictly(" [1.7,1.8)" )
24
- prefer(" 1.7.32 " )
24
+ prefer(" 1.7.36 " )
25
25
}
26
26
}
27
27
listOf (
@@ -33,8 +33,8 @@ dependencies {
33
33
).onEach {
34
34
implementation(it) {
35
35
version {
36
- strictly(" [1.3,1.6 )" )
37
- prefer(" 1.5.31 " )
36
+ strictly(" [1.3,1.7 )" )
37
+ prefer(" 1.6.10 " )
38
38
}
39
39
}
40
40
}
@@ -50,11 +50,11 @@ dependencies {
50
50
}
51
51
}
52
52
}
53
- implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
54
- implementation(" org.jetbrains.kotlin:kotlin-reflect" )
53
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:1.6.10 " )
54
+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.6.10 " )
55
55
56
56
implementation(" io.github.microutils:kotlin-logging:2.1.21" )
57
- implementation(" org.slf4j:slf4j-api" )
57
+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
58
58
testRuntimeOnly(" ch.qos.logback:logback-classic:1.2.10" )
59
59
60
60
implementation(" org.yaml:snakeyaml:1.30" )
@@ -65,9 +65,9 @@ dependencies {
65
65
implementation(" com.google.re2j:re2j:1.6" )
66
66
// implementation("com.github.fge:json-schema-validator:2.2.6")
67
67
68
- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5" )
68
+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:1.6.10 " )
69
69
testImplementation(" io.kotest:kotest-runner-junit5:5.1.0" )
70
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
70
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.8.1 " )
71
71
}
72
72
73
73
val dependencyVersions = listOf (
0 commit comments