Skip to content

Commit 8fea3d6

Browse files
fix(deps): update all non-major dependencies
1 parent c3b99fb commit 8fea3d6

File tree

3 files changed

+6
-6
lines changed

3 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/[email protected].2
59+
uses: github/codeql-action/[email protected].3
6060
with:
6161
sarif_file: results.sarif
6262

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
kotlin = "2.2.10"
33
kotlinx = "1.10.2"
4-
kotest = "6.0.4"
4+
kotest = "6.0.5"
55
detekt = "1.23.8"
66
junit = "5.14.1"
77
koin = "4.1.1"
8-
quarkus = "3.29.2"
8+
quarkus = "3.29.3"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
1111
spring-boot-3x = "3.5.7"
12-
ktlint = "1.7.1"
12+
ktlint = "1.8.0"
1313

1414
[libraries]
1515
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }
@@ -46,4 +46,4 @@ 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" }
4848
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
49-
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
49+
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.35.0" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)