From 90ac358b78e9c03198cb936ac05e232dfbc85e87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:34:37 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build.yml | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0be84c3..87f59df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: uses: paulhatch/semantic-version@v5.4.0 - name: Create GitHub tag and release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 with: tag_name: ${{ steps.version.outputs.version_tag }} generate_release_notes: true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5560cd8..000c361 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [plugins] -spotless = { id = "com.diffplug.spotless", version = "6.25.0" } -spotbugs = { id = "com.github.spotbugs", version = "6.0.27" } +spotless = { id = "com.diffplug.spotless", version = "7.0.1" } +spotbugs = { id = "com.github.spotbugs", version = "6.1.0" } buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "4.3.0" } testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" }