Skip to content

Commit d0efed6

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@v3.29.11
59+
uses: github/codeql-action/upload-sarif@v3.30.1
6060
with:
6161
sarif_file: results.sarif
6262

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
kotlin = "2.2.10"
33
kotlinx = "1.10.2"
4-
kotest = "6.0.1"
4+
kotest = "6.0.3"
55
detekt = "1.23.8"
66
junit = "5.13.4"
7-
koin = "4.1.0"
8-
quarkus = "3.26.0"
7+
koin = "4.1.1"
8+
quarkus = "3.26.2"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
1111
spring-boot-3x = "3.5.5"

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.2")
18+
id("dev.aga.gradle.version-catalog-generator") version ("3.3.0")
1919
}
2020

2121
dependencyResolutionManagement {

0 commit comments

Comments
 (0)