Skip to content

Commit 2e09fc0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 87a5e5e + 7f95492 commit 2e09fc0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: 25
2424
cache: 'gradle'
2525
- name: Setup Gradle
26-
uses: gradle/actions/setup-gradle@9d95dbe2248129ffd3434eead1d690885e9a4284
26+
uses: gradle/actions/setup-gradle@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
2727
with:
2828
gradle-version: '9.1.0'
2929
- name: Cache SonarCloud packages

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ allprojects {
5151
}
5252

5353
jacoco {
54-
toolVersion = '0.8.13'
54+
toolVersion = '0.8.14'
5555
}
5656

5757
jacocoTestReport {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
sonarqube = '6.3.1.5724'
2+
sonarqube = '7.0.0.6105'
33
jacocolog = '3.1.0'
4-
spotbugs = '6.4.2'
4+
spotbugs = '6.4.3'
55
ben-manes-versions = '0.53.0'
66
jgitver = '0.10.0-rc03'
77

0 commit comments

Comments
 (0)