From 72b3125c84be285ddbaecfd2e1df9a612c6f7722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:19:58 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build.yml | 2 +- gradle/libs.versions.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 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..c8daa82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [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.2" } +spotbugs = { id = "com.github.spotbugs", version = "6.1.1" } buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "4.3.0" } testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" } [versions] -spotbugs = "4.8.6" +spotbugs = "4.9.0" log4j = "2.24.3" # test libs junit = "5.11.4" truth = "1.4.4" mockito = "5.15.2" # langs -scala = "3.6.2" +scala = "3.6.3" kotlin = "2.1.0" [libraries]