Skip to content

Commit 650359a

Browse files
fix(deps): update all non-major dependencies (#467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c04925 commit 650359a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
persist-credentials: false
4141

4242
- name: "Run analysis"
43-
uses: ossf/scorecard-action@v2.4.2
43+
uses: ossf/scorecard-action@v2.4.3
4444
with:
4545
results_file: results.sarif
4646
results_format: sarif
@@ -56,7 +56,7 @@ jobs:
5656
# Upload the results to GitHub's code scanning dashboard (optional).
5757
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858
- name: "Upload to code-scanning"
59-
uses: github/codeql-action/upload-sarif@v3.30.5
59+
uses: github/codeql-action/upload-sarif@v3.30.6
6060
with:
6161
sarif_file: results.sarif
6262

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kotlin = "2.2.10"
33
kotlinx = "1.10.2"
44
kotest = "6.0.3"
55
detekt = "1.23.8"
6-
junit = "5.13.4"
6+
junit = "5.14.0"
77
koin = "4.1.1"
8-
quarkus = "3.28.1"
8+
quarkus = "3.28.2"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
1111
spring-boot-3x = "3.5.6"

0 commit comments

Comments
 (0)