From 9e70197be5bc814a0affa5a61258e309577b0f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:55:46 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/cache | v3.0.2 | v4.0.2 | | github-tags | actions/checkout | v3 | v4 | | github-tags | github/codeql-action | v2 | v3 | | gradle-version | gradle | 7.4.2 | 8.9 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.6.21 | 2.0.10 | --- .github/workflows/build.yaml | 6 +++--- build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef2d058..7ab9237 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,13 +16,13 @@ jobs: runs-on: '${{ matrix.os }}' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Restore Gradle cache id: cache - uses: actions/cache@v3.0.2 + uses: actions/cache@v4.0.2 with: path: | ~/.gradle/caches @@ -41,6 +41,6 @@ jobs: - name: Upload analysis report if: always() - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: sarif # path relative to root \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index f29737d..898fb22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("multiplatform") version "1.6.21" apply true + kotlin("multiplatform") version "2.0.10" apply true id("io.kotest.multiplatform") version "5.3.0" apply true id("io.arrow-kt.analysis.kotlin") version "2.0.2" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index aa991fc..19cfad9 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-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists