diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 14e30f7..1f3fdbc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/logcapture-kotest/logcapture-kotest.gradle b/logcapture-kotest/logcapture-kotest.gradle index 197e91f..a95fa4f 100644 --- a/logcapture-kotest/logcapture-kotest.gradle +++ b/logcapture-kotest/logcapture-kotest.gradle @@ -1,12 +1,12 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.4.10' + id 'org.jetbrains.kotlin.jvm' version '1.4.20' } dependencies { compile project(":logcapture-core") - implementation 'io.kotest:kotest-runner-junit5-jvm:4.3.0' - implementation 'io.kotest:kotest-assertions-core-jvm:4.3.0' + implementation 'io.kotest:kotest-runner-junit5-jvm:4.3.1' + implementation 'io.kotest:kotest-assertions-core-jvm:4.3.1' } compileKotlin {