@@ -21,7 +21,7 @@ dependencies {
2121 implementation(" org.slf4j:slf4j-api" ) {
2222 version {
2323 strictly(" [1.7,1.8)" )
24- prefer(" 1.7.32 " )
24+ prefer(" 1.7.36 " )
2525 }
2626 }
2727 listOf (
@@ -33,8 +33,8 @@ dependencies {
3333 ).onEach {
3434 implementation(it) {
3535 version {
36- strictly(" [1.3,1.6 )" )
37- prefer(" 1.5.31 " )
36+ strictly(" [1.3,1.7 )" )
37+ prefer(" 1.6.10 " )
3838 }
3939 }
4040 }
@@ -50,11 +50,11 @@ dependencies {
5050 }
5151 }
5252 }
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 " )
5555
5656 implementation(" io.github.microutils:kotlin-logging:2.1.21" )
57- implementation(" org.slf4j:slf4j-api" )
57+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
5858 testRuntimeOnly(" ch.qos.logback:logback-classic:1.2.10" )
5959
6060 implementation(" org.yaml:snakeyaml:1.30" )
@@ -65,9 +65,9 @@ dependencies {
6565 implementation(" com.google.re2j:re2j:1.6" )
6666// implementation("com.github.fge:json-schema-validator:2.2.6")
6767
68- testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5" )
68+ testImplementation(" org.jetbrains.kotlin:kotlin-test-junit5:1.6.10 " )
6969 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 " )
7171}
7272
7373val dependencyVersions = listOf (
0 commit comments