File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.jetbrains.dokka.gradle.DokkaTask
2020import java.net.URL
2121
2222plugins {
23- kotlin(" jvm" ) version " 1.4.0 " apply false
23+ kotlin(" jvm" ) version " 1.4.10 " apply false
2424 id(" io.gitlab.arturbosch.detekt" ) version " 1.12.0"
2525 id(" com.appmattus.markdown" ) version " 0.6.0"
2626 id(" org.jetbrains.dokka" ) version " 1.4.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 api(" com.github.javafaker:javafaker:1.0.2" )
3333 api(" org.yaml:snakeyaml:android" ) {
3434 version {
35- strictly(" 1.26 " )
35+ strictly(" 1.27 " )
3636 }
3737 }
3838
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2929dependencies {
3030 api(kotlin(" stdlib-jdk8" ))
3131 api(project(" :fixture" ))
32- api(" io.kotest:kotest-property-jvm:4.2.3 " )
32+ api(" io.kotest:kotest-property-jvm:4.2.4 " )
3333
3434 testImplementation(" junit:junit:4.13" )
3535 testImplementation(kotlin(" test" ))
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apply(from = "$rootDir/gradle/scripts/dokka-javadoc.gradle.kts")
2828
2929dependencies {
3030 api(kotlin(" stdlib-jdk8" ))
31- api(" io.github.classgraph:classgraph:4.8.89 " )
31+ api(" io.github.classgraph:classgraph:4.8.90 " )
3232 api(kotlin(" reflect" ))
3333
3434 compileOnly(" joda-time:joda-time:2.10.6" )
You can’t perform that action at this time.
0 commit comments