Skip to content

Commit 70eb2a0

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
59+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
6060
with:
6161
sarif_file: results.sarif
6262

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ kotlin = "1.9.22"
33
kotlinx = "1.10.2"
44
kotest = "5.9.1"
55
detekt = "1.23.8"
6-
junit = "5.13.3"
6+
junit = "5.13.4"
77
koin = "4.1.0"
8-
quarkus = "3.24.4"
8+
quarkus = "3.26.0"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
11-
spring-boot-3x = "3.5.3"
12-
ktlint = "1.7.0"
11+
spring-boot-3x = "3.5.5"
12+
ktlint = "1.7.1"
1313

1414
[libraries]
1515
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }
@@ -43,6 +43,6 @@ detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting",
4343
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
4444
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
4545
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
46-
spotless = { id = "com.diffplug.spotless", version = "7.2.0" }
46+
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
4747
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
4848
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }

0 commit comments

Comments
 (0)