Skip to content

Commit 78a7a69

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d8e2db9 + 497bbe2 commit 78a7a69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-java@v4

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
sonarqube = '6.2.0.5505'
33
jacocolog = '3.1.0'
4-
spotbugs = '6.2.3'
4+
spotbugs = '6.2.4'
55
ben-manes-versions = '0.52.0'
66
jgitver = '0.10.0-rc03'
77

0 commit comments

Comments
 (0)