Skip to content

Commit dffc947

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

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
59+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
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
@@ -1,11 +1,11 @@
11
[versions]
22
kotlin = "1.9.22"
3-
kotlinx = "1.10.1"
3+
kotlinx = "1.10.2"
44
kotest = "5.9.1"
55
detekt = "1.23.8"
6-
junit = "5.12.1"
7-
koin = "4.0.2"
8-
quarkus = "3.21.0"
6+
junit = "5.12.2"
7+
koin = "4.0.4"
8+
quarkus = "3.21.3"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
1111
spring-boot-3x = "3.4.4"
@@ -41,5 +41,5 @@ detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting",
4141
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
4242
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
4343
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
44-
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
44+
spotless = { id = "com.diffplug.spotless", version = "7.0.3" }
4545
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include(
1515
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
1616

1717
plugins {
18-
id("dev.aga.gradle.version-catalog-generator") version ("3.2.0")
18+
id("dev.aga.gradle.version-catalog-generator") version ("3.2.1")
1919
}
2020

2121
dependencyResolutionManagement {

0 commit comments

Comments
 (0)