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 16, 2025
1 parent 80281fb commit 72b3125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 72b3125

Please sign in to comment.