From e04eaa4d7d7edf14b01541e2165da87cb599d710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 20:43:19 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3.2.0 | v3.3.0 | | github-tags | actions/upload-artifact | v3.1.1 | v3.1.2 | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.12 | 3.12.3 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.8.10 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-runner-junit5 | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-property | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-framework-engine | 5.5.4 | 5.5.5 | | maven | io.kotest:kotest-assertions-core | 5.5.4 | 5.5.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 | --- .github/workflows/pr.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- libs.versions.toml | 8 ++++---- settings.gradle.kts | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 81282ba..4b061ac 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cf71c6..1e1b7c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: arguments: build --scan --full-stacktrace - name: Upload reports - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: 'reports-${{ matrix.os }}' path: '**/build/reports/**' diff --git a/libs.versions.toml b/libs.versions.toml index 4650b71..7a2507f 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,11 +1,11 @@ [versions] -arrow = "1.1.3" +arrow = "1.1.5" arrowGradleConfig = "0.11.0" coroutines = "1.6.4" dokka = "1.7.20" -kotest = "5.5.4" -kotest-plugin = "5.5.4" -kotlin = "1.7.22" +kotest = "5.5.5" +kotest-plugin = "5.5.5" +kotlin = "1.8.10" kotlinBinaryCompatibilityValidator = "0.12.1" kover = "0.6.1" nexusPublish = "1.1.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 94a577d..7b86fdc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS") rootProject.name = "Saga" plugins { - id("com.gradle.enterprise") version "3.12" + id("com.gradle.enterprise") version "3.12.3" } dependencyResolutionManagement {