From 070b7638df575acc3dc26b2436d47c2c9485f1cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:13:20 +0000 Subject: [PATCH] Update Gradle to v9.7.1 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8fbce4e1..d52ac498 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: gradle/actions/setup-gradle@v6 with: - gradle-version: 9.4.1 + gradle-version: 9.7.1 - run: gradle spotlessCheck --no-daemon @@ -35,7 +35,7 @@ jobs: - uses: gradle/actions/setup-gradle@v6 with: - gradle-version: 9.4.1 + gradle-version: 9.7.1 - name: scip-kotlinc tests run: gradle :scip-kotlinc:test --no-daemon