From 341d5304c44278973493ab7784e2796095177c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 00:35:19 +0000 Subject: [PATCH] chore(deps): Update gradle and github actions --- .github/workflows/prettier.yml | 2 +- code/gradle/libs.versions.toml | 2 +- code/gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ff6efcd..4fe2692 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: - name: Run Prettier id: prettier-run - uses: rutajdash/prettier-cli-action@v1.0.0 + uses: rutajdash/prettier-cli-action@v1.0.2 with: config_path: ./.prettierrc.yml diff --git a/code/gradle/libs.versions.toml b/code/gradle/libs.versions.toml index b0db47c..53141ed 100644 --- a/code/gradle/libs.versions.toml +++ b/code/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -indra = "3.1.3" +indra = "3.2.0" cloud = "2.0.0" cloudMinecraft = "2.0.0-beta.10" diff --git a/code/gradle/wrapper/gradle-wrapper.properties b/code/gradle/wrapper/gradle-wrapper.properties index ff23a68..d4081da 100644 --- a/code/gradle/wrapper/gradle-wrapper.properties +++ b/code/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME