From 769e2e7bc51bff468390d31e2b5ec4c5de153366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:17:40 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ------ | ------ | | github-tags | actions/cache | v3.3.3 | v3.4.0 | | gradle-version | gradle | 7.6.3 | 7.6.4 | | maven | io.kotest:kotest-runner-junit5-jvm | 5.8.0 | 5.9.1 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 5.9.1 | | maven | io.kotest:kotest-property | 5.8.0 | 5.9.1 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.2.1 | 1.2.4 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.3 | 1.9.0 | | maven | io.arrow-kt:arrow-optics | 1.2.1 | 1.2.4 | | maven | io.arrow-kt:arrow-core | 1.2.1 | 1.2.4 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.8.0 | 5.9.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.25 | --- .github/workflows/build.yaml | 2 +- build.gradle.kts | 18 +++++++++--------- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a40cb41..4864a56 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.3.3 + uses: actions/cache@v3.4.0 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index ea215bd..1cd3e59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { - kotlin("jvm") version "1.9.22" - id("io.kotest.multiplatform") version "5.8.0" + kotlin("jvm") version "1.9.25" + id("io.kotest.multiplatform") version "5.9.1" } group = "org.example" @@ -16,15 +16,15 @@ tasks.withType { dependencies { implementation(kotlin("stdlib")) - implementation("io.arrow-kt:arrow-core:1.2.1") - implementation("io.arrow-kt:arrow-optics:1.2.1") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") - implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") + implementation("io.arrow-kt:arrow-core:1.2.4") + implementation("io.arrow-kt:arrow-optics:1.2.4") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") + implementation("io.arrow-kt:arrow-fx-coroutines:1.2.4") - testImplementation("io.kotest:kotest-property:5.8.0") - testImplementation("io.kotest:kotest-assertions-core:5.8.0") + testImplementation("io.kotest:kotest-property:5.9.1") + testImplementation("io.kotest:kotest-assertions-core:5.9.1") testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.4.0") testImplementation("io.kotest.extensions:kotest-property-arrow:1.4.0") // optional testImplementation("io.kotest.extensions:kotest-property-arrow-optics:1.4.0") // optional - testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0") + testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b1624c4..c7d437b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists