diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef77354..d6db537 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.2.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