Skip to content

Commit 423790a

Browse files
fix(deps): update all non-major dependencies
1 parent 6745bf5 commit 423790a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/[email protected].8
59+
uses: github/codeql-action/[email protected].9
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,7 +5,7 @@ kotest = "6.0.4"
55
detekt = "1.23.8"
66
junit = "5.14.0"
77
koin = "4.1.1"
8-
quarkus = "3.28.3"
8+
quarkus = "3.28.4"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
1111
spring-boot-3x = "3.5.6"
@@ -41,7 +41,7 @@ quarkus-junit5 = { module = "io.quarkus:quarkus-junit5", version.ref = "quarkus"
4141
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
4242

4343
[plugins]
44-
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.2" }
44+
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.3" }
4545
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
4646
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
4747
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }

0 commit comments

Comments
 (0)