From f8199aa4028d72b93cf2b645ffc16c54ead9cad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:27:13 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions --- .github/workflows/test-build.yml | 2 +- .github/workflows/validate-renovate-config.yml | 4 ++-- gradle/libs.versions.toml | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 46e98a90e..4f898371b 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -35,7 +35,7 @@ jobs: - name: Run Gradle Build run: "./gradlew build" - name: Archive test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: "test-results-${{ runner.os }}" diff --git a/.github/workflows/validate-renovate-config.yml b/.github/workflows/validate-renovate-config.yml index bb809ec3e..53d30ab4b 100644 --- a/.github/workflows/validate-renovate-config.yml +++ b/.github/workflows/validate-renovate-config.yml @@ -14,7 +14,7 @@ jobs: if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1 + - uses: actions/checkout@v6 + - uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.0.0 with: config_file_path: renovate.json diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bfa6c95a6..03f4e7312 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,13 +76,13 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check zKtfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" } [plugins] -aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:8.14.2" +aggregateJavadoc = "io.freefair.aggregate-javadoc-jar:9.2.0" detekt = "io.gitlab.arturbosch.detekt:1.23.8" -dokka = "org.jetbrains.dokka:1.9.20" +dokka = "org.jetbrains.dokka:2.1.0" gitPublish = "org.ajoberstar.git-publish:5.1.3" -gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "1.1.2" } +gitpatcher = { id = "ca.stellardrift.gitpatcher", version = "2.0.0" } indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" } indra-git = { id = "net.kyori.indra.git", version.ref = "indra" } -kotlin = "org.jetbrains.kotlin.jvm:1.9.25" +kotlin = "org.jetbrains.kotlin.jvm:2.3.0" nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d4081da47..19a6bdeb8 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.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME