Skip to content

Commit d16a47f

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

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/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
59+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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
@@ -26,7 +26,7 @@ elastic = "8.19.7"
2626
mongodb = "5.6.1"
2727
wiremock = "3.13.2"
2828
testcontainers = "2.0.2"
29-
spotless = "8.0.0"
29+
spotless = "8.1.0"
3030
detekt = "1.23.8"
3131
wire = "5.4.0"
3232
io-grpc = "1.77.0"
@@ -122,7 +122,7 @@ elastic = { module = "co.elastic.clients:elasticsearch-java", version.ref = "ela
122122
mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" }
123123

124124
# misc
125-
lettuce-core = { module = "io.lettuce:lettuce-core", version = "7.0.0.RELEASE" }
125+
lettuce-core = { module = "io.lettuce:lettuce-core", version = "7.1.0.RELEASE" }
126126
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.21" }
127127
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.2.1.jre11" }
128128

recipes/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ koin = "4.1.0-Beta8"
3535
mongodb = "5.6.1"
3636

3737
# Tooling
38-
spotless = "8.0.0"
38+
spotless = "8.1.0"
3939
detekt = "1.23.8"
4040
lombok = "1.18.42"
4141

4242
# Misc
4343
hoplite = "2.9.0"
44-
kediatr = "4.2.0"
44+
kediatr = "4.3.0"
4545

4646
# Testing
4747
stove = "0.17.1"
4848
kotest = "6.0.5"
4949
exposed = "1.0.0-rc-3"
5050
postgresql = "42.7.8"
51-
flyway = "11.17.0"
51+
flyway = "11.17.1"
5252

5353
[libraries]
5454
# Kotlin

0 commit comments

Comments
 (0)