From 12b4c936826526bed80858821b3a3e283ffd2605 Mon Sep 17 00:00:00 2001 From: Javier Salinas Date: Wed, 2 Dec 2020 22:07:23 +0100 Subject: [PATCH] Upgrade dependencies --- gradle/wrapper/gradle-wrapper.properties | 2 +- logcapture-kotest/logcapture-kotest.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {