We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5485d commit d5cf723Copy full SHA for d5cf723
.github/workflows/scorecard.yml
@@ -56,7 +56,7 @@ jobs:
56
# Upload the results to GitHub's code scanning dashboard (optional).
57
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
58
- name: "Upload to code-scanning"
59
- uses: github/codeql-action/upload-sarif@v4.30.9
+ uses: github/codeql-action/upload-sarif@v4.31.0
60
with:
61
sarif_file: results.sarif
62
gradle/libs.versions.toml
@@ -5,10 +5,10 @@ kotest = "6.0.4"
5
detekt = "1.23.8"
6
junit = "5.14.0"
7
koin = "4.1.1"
8
-quarkus = "3.28.4"
+quarkus = "3.29.0"
9
jakarta = "4.1.0"
10
spring-boot-2x = "2.7.18"
11
-spring-boot-3x = "3.5.6"
+spring-boot-3x = "3.5.7"
12
ktlint = "1.7.1"
13
14
[libraries]
0 commit comments