Skip to content

Commit 72b3125

Browse files
Update all dependencies
1 parent 80281fb commit 72b3125

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: paulhatch/semantic-version@v5.4.0
7878

7979
- name: Create GitHub tag and release
80-
uses: softprops/action-gh-release@v2.2.0
80+
uses: softprops/action-gh-release@v2.2.1
8181
with:
8282
tag_name: ${{ steps.version.outputs.version_tag }}
8383
generate_release_notes: true

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[plugins]
2-
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
3-
spotbugs = { id = "com.github.spotbugs", version = "6.0.27" }
2+
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
3+
spotbugs = { id = "com.github.spotbugs", version = "6.1.1" }
44
buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "4.3.0" }
55
testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" }
66

77
[versions]
8-
spotbugs = "4.8.6"
8+
spotbugs = "4.9.0"
99
log4j = "2.24.3"
1010
# test libs
1111
junit = "5.11.4"
1212
truth = "1.4.4"
1313
mockito = "5.15.2"
1414
# langs
15-
scala = "3.6.2"
15+
scala = "3.6.3"
1616
kotlin = "2.1.0"
1717

1818
[libraries]

0 commit comments

Comments
 (0)