From c49e5b49ffa3bedc6a1eadc96666f1fb72ddc61c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:18:14 +0000 Subject: [PATCH] chore(deps): Update gradle and github actions --- .github/workflows/deploy.yml | 2 +- gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef77354..aebe200 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: with: ssh-private-key: "${{ secrets.DOCKER_HOST_SSH_KEY }}" - name: "setup / login to ghcr" - uses: "docker/login-action@v3.1.0" + uses: "docker/login-action@v3.3.0" with: registry: "ghcr.io" username: "${{ github.actor }}" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a130855..34f3366 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ ktor = "2.3.11" [plugins] indra-git = { id = "net.kyori.indra.git", version = "3.1.3" } -jib = { id = "com.google.cloud.tools.jib", version = "3.4.2" } +jib = { id = "com.google.cloud.tools.jib", version = "3.4.3" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"} spotless = { id = "com.diffplug.spotless", version = "6.25.0" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..09523c0 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-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME