Skip to content

Commit 6eb464e

Browse files
fix(deps): update all non-major dependencies (#429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa9373c commit 6eb464e

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
@@ -47,7 +47,7 @@ jobs:
4747
publish_results: true
4848

4949
- name: "Upload artifact"
50-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
50+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5151
with:
5252
name: SARIF file
5353
path: results.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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
59+
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
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
@@ -5,10 +5,10 @@ kotest = "5.9.1"
55
detekt = "1.23.8"
66
junit = "5.12.1"
77
koin = "4.0.2"
8-
quarkus = "3.19.3"
8+
quarkus = "3.21.0"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
11-
spring-boot-3x = "3.4.3"
11+
spring-boot-3x = "3.4.4"
1212

1313
[libraries]
1414
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }

0 commit comments

Comments
 (0)