diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca79e011..f243155e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: TARGET_CLIENT_ID: ${{ secrets.TARGET_CLIENT_ID }} TARGET_CLIENT_SECRET: ${{ secrets.TARGET_CLIENT_SECRET }} - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 benchmark_tests: name: benchmark tests concurrency: benchmark_tests diff --git a/build.gradle b/build.gradle index 586d58e78..acfb7d645 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "com.github.ben-manes.versions" version '0.51.0' id 'ru.vyarus.mkdocs' version '4.0.1' apply false id "com.github.spotbugs" version "6.0.12" - id 'com.diffplug.spotless' version '6.25.0' + id 'com.diffplug.spotless' version '7.0.2' id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }