Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 324702a commit 90ac358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: paulhatch/[email protected]

- name: Create GitHub tag and release
uses: softprops/[email protected].0
uses: softprops/[email protected].1
with:
tag_name: ${{ steps.version.outputs.version_tag }}
generate_release_notes: true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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" }

Expand Down

0 comments on commit 90ac358

Please sign in to comment.