From 9fe814733c6f1931237a6afc43b4367a81b374ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:20:14 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ------------ | ------------ | | github-tags | actions/cache | v3.0.11 | v3.3.1 | | gradle-version | gradle | 7.6 | 7.6.1 | | maven | io.kotest:kotest-runner-junit5-jvm | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-assertions-core | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-property | 5.5.4 | 5.5.5 | | maven | io.arrow-kt:arrow-optics-ksp-plugin | 1.1.3 | 1.1.5 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3 | 1.1.5 | | maven | io.arrow-kt:arrow-optics | 1.1.3 | 1.1.5 | | maven | io.arrow-kt:arrow-core | 1.1.3 | 1.1.5 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.7.22-1.0.8 | 1.8.10-1.0.9 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.5.4 | 5.5.5 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.22 | 1.8.20 | --- .github/workflows/build.yaml | 2 +- build.gradle.kts | 20 ++++++++++---------- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 446c645..1b772d2 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.11 + uses: actions/cache@v3.3.1 with: path: | ~/.gradle/caches diff --git a/build.gradle.kts b/build.gradle.kts index 50d15bf..f3f5f83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { - kotlin("jvm") version "1.7.22" - id("io.kotest.multiplatform") version "5.5.4" - id("com.google.devtools.ksp") version "1.7.22-1.0.8" + kotlin("jvm") version "1.8.20" + id("io.kotest.multiplatform") version "5.5.5" + id("com.google.devtools.ksp") version "1.8.10-1.0.9" } group = "org.example" @@ -20,18 +20,18 @@ repositories { dependencies { implementation(kotlin("stdlib")) - implementation("io.arrow-kt:arrow-core:1.1.3") - implementation("io.arrow-kt:arrow-optics:1.1.3") + implementation("io.arrow-kt:arrow-core:1.1.5") + implementation("io.arrow-kt:arrow-optics:1.1.5") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") - implementation("io.arrow-kt:arrow-fx-coroutines:1.1.3") - ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.1.3") + implementation("io.arrow-kt:arrow-fx-coroutines:1.1.5") + ksp("io.arrow-kt:arrow-optics-ksp-plugin:1.1.5") - testImplementation("io.kotest:kotest-property:5.5.4") - testImplementation("io.kotest:kotest-assertions-core:5.5.4") + testImplementation("io.kotest:kotest-property:5.5.5") + testImplementation("io.kotest:kotest-assertions-core:5.5.5") 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") + testImplementation("io.kotest:kotest-runner-junit5-jvm:5.5.5") } tasks.withType { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f398c33..5083229 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-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists