Skip to content

Commit c66e4a1

Browse files
fix(deps): update all non-major dependencies
1 parent 0fd8cac commit c66e4a1

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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
59+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
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
@@ -14,13 +14,13 @@ couchbase-kotlin = "3.10.0"
1414
jackson = "2.20.1"
1515
jackson3 = "3.0.0"
1616
arrow = "2.2.0"
17-
io-reactor = "3.8.0"
17+
io-reactor = "3.8.1"
1818
io-reactor-extensions = "1.3.0"
1919
slf4j = "2.0.17"
2020
kafka = "4.1.1"
2121
kafka-kotlin = "0.4.1"
2222
kafka-embedded = "4.1.0"
23-
kafka-streams-registry = "8.1.0"
23+
kafka-streams-registry = "8.1.1"
2424
kover = "0.9.3"
2525
ktor = "3.3.3"
2626
koin = "4.1.1"
@@ -130,7 +130,7 @@ elastic = { module = "co.elastic.clients:elasticsearch-java", version.ref = "ela
130130
mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" }
131131

132132
# misc
133-
lettuce-core = { module = "io.lettuce:lettuce-core", version = "7.1.0.RELEASE" }
133+
lettuce-core = { module = "io.lettuce:lettuce-core", version = "7.2.0.RELEASE" }
134134
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.21" }
135135
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.2.1.jre11" }
136136

recipes/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stove = "1.0.0.482-SNAPSHOT"
4848
kotest = "6.0.7"
4949
exposed = "1.0.0-rc-4"
5050
postgresql = "42.7.8"
51-
flyway = "11.18.0"
51+
flyway = "11.19.0"
5252

5353
[libraries]
5454
# Kotlin

0 commit comments

Comments
 (0)