Skip to content

Commit a9a7d0f

Browse files
fix(deps): update all non-major dependencies
1 parent f58e011 commit a9a7d0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ slf4j = "2.0.17"
1717
kafka = "4.1.1"
1818
kafka-kotlin = "0.4.1"
1919
kafka-embedded = "4.1.0"
20-
kafka-streams-registry = "8.1.0"
20+
kafka-streams-registry = "8.1.1"
2121
kover = "0.9.3"
2222
ktor = "3.3.3"
2323
koin = "4.1.1"
@@ -124,7 +124,7 @@ elastic = { module = "co.elastic.clients:elasticsearch-java", version.ref = "ela
124124
mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" }
125125

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

0 commit comments

Comments
 (0)