From c20a16131f213c8705092c89dfbe91e5876ba444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 02:26:19 +0100 Subject: [PATCH] Update all dependencies (main) (#51) * Update all dependencies | datasource | package | from | to | | ----------- | --------------------------------------------------------------- | -------------- | ------- | | github-tags | actions/cache | v3.0.6 | v3.0.11 | | maven | io.kotest:kotest-runner-junit5-jvm | 5.4.1 | 5.5.4 | | maven | io.kotest:kotest-assertions-core | 5.4.1 | 5.5.4 | | maven | io.kotest:kotest-property | 5.4.1 | 5.5.4 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3-alpha.43 | 1.1.3 | | maven | io.arrow-kt:arrow-optics | 1.1.3-alpha.43 | 1.1.3 | | maven | io.arrow-kt:arrow-core | 1.1.3-alpha.43 | 1.1.3 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.4.1 | 5.5.4 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.10 | 1.7.21 | * update kotest arrow Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- build.gradle.kts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 991ab54..446c645 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Restore Gradle cache id: cache - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.11 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index 95c63a5..caa6cb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,8 +23,8 @@ dependencies { testImplementation("io.kotest:kotest-property:5.5.4") testImplementation("io.kotest:kotest-assertions-core:5.5.4") - testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.2.5") - testImplementation("io.kotest.extensions:kotest-property-arrow:1.2.5") // optional - testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.2.5") // optional + testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.3.0") + testImplementation("io.kotest.extensions:kotest-property-arrow:1.3.0") // optional + testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.3.0") // optional testImplementation("io.kotest:kotest-runner-junit5-jvm:5.5.4") }