From ae03639c7db1f8e0e3a16e1d5265a3de89808f82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:21:14 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/cache | v3.0.2 | v3.3.1 | | gradle-version | gradle | 7.4.2 | 7.6.1 | | maven | io.kotest:kotest-assertions-core | 5.3.0 | 5.6.2 | | maven | io.kotest:kotest-framework-engine | 5.3.0 | 5.6.2 | | maven | io.kotest:kotest-property | 5.3.0 | 5.6.2 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.3.0 | 5.6.2 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.6.21 | 1.8.21 | --- .github/workflows/build.yaml | 2 +- build.gradle.kts | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef2d058..01a7497 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.3.1 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index f29737d..169f238 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { - kotlin("multiplatform") version "1.6.21" apply true - id("io.kotest.multiplatform") version "5.3.0" apply true + kotlin("multiplatform") version "1.8.21" apply true + id("io.kotest.multiplatform") version "5.6.2" apply true id("io.arrow-kt.analysis.kotlin") version "2.0.2" } @@ -37,9 +37,9 @@ kotlin { } commonTest { dependencies { - implementation("io.kotest:kotest-property:5.3.0") - implementation("io.kotest:kotest-framework-engine:5.3.0") - implementation("io.kotest:kotest-assertions-core:5.3.0") + implementation("io.kotest:kotest-property:5.6.2") + implementation("io.kotest:kotest-framework-engine:5.6.2") + implementation("io.kotest:kotest-assertions-core:5.6.2") } } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aa991fc..774fae8 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-7.4.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists